From: Craig Topper Date: Mon, 16 Jan 2017 00:55:50 +0000 (+0000) Subject: [AVX-512] Fix register class in one of the gather/scatter memory operands so that... X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ef07090bdfc8837482839ec088588ea79fe28a54;p=llvm [AVX-512] Fix register class in one of the gather/scatter memory operands so that all 32 bit registers can be allowed. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@292087 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/X86/X86InstrInfo.td b/lib/Target/X86/X86InstrInfo.td index 38036715a25..2796be79a16 100644 --- a/lib/Target/X86/X86InstrInfo.td +++ b/lib/Target/X86/X86InstrInfo.td @@ -374,7 +374,7 @@ def vy256mem : X86VMemOperand; def vx64xmem : X86VMemOperand; def vx128xmem : X86VMemOperand; def vx256xmem : X86VMemOperand; -def vy128xmem : X86VMemOperand; +def vy128xmem : X86VMemOperand; def vy256xmem : X86VMemOperand; def vy512mem : X86VMemOperand; def vz512mem : X86VMemOperand;