aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/X86/X86InstrFormats.td
diff options
context:
space:
mode:
authorEli Friedman <eli.friedman@gmail.com>2011-12-15 23:46:18 +0000
committerEli Friedman <eli.friedman@gmail.com>2011-12-15 23:46:18 +0000
commit7e840efc238db1123ea625b3d4e9893d6ea1bc50 (patch)
tree0e131ab2699e2dede8cea065fe347805838728c4 /lib/Target/X86/X86InstrFormats.td
parentbcf14bbd57b8457ea09afbfc7acddf2d21a5adac (diff)
downloadexternal_llvm-7e840efc238db1123ea625b3d4e9893d6ea1bc50.zip
external_llvm-7e840efc238db1123ea625b3d4e9893d6ea1bc50.tar.gz
external_llvm-7e840efc238db1123ea625b3d4e9893d6ea1bc50.tar.bz2
Make sure we correctly note the existence of an i8 immediate for vblendvps and friends, so we compute fixups correctly. PR11586.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@146709 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/X86/X86InstrFormats.td')
-rw-r--r--lib/Target/X86/X86InstrFormats.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/X86/X86InstrFormats.td b/lib/Target/X86/X86InstrFormats.td
index 631e9bc..7ba3639 100644
--- a/lib/Target/X86/X86InstrFormats.td
+++ b/lib/Target/X86/X86InstrFormats.td
@@ -510,7 +510,7 @@ class FMA3<bits<8> o, Format F, dag outs, dag ins, string asm,
// FMA4 Instruction Templates
class FMA4<bits<8> o, Format F, dag outs, dag ins, string asm,
list<dag>pattern>
- : I<o, F, outs, ins, asm, pattern, SSEPackedInt>, TA,
+ : Ii8<o, F, outs, ins, asm, pattern, SSEPackedInt>, TA,
OpSize, VEX_4V, VEX_I8IMM, Requires<[HasFMA4]>;
// XOP 2, 3 and 4 Operand Instruction Template