From: Craig Topper Date: Wed, 9 Oct 2013 04:24:38 +0000 (+0000) Subject: Use AVX512PIi8 for the alt forms of vcmp instructions. This adds the TB prefix and... X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=28ffa8a643b4e20453fe2fdb1c9371d57c135e08;p=oota-llvm.git Use AVX512PIi8 for the alt forms of vcmp instructions. This adds the TB prefix and keeps the mnemonic from starting with an extra 'v' git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@192272 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/X86/X86InstrAVX512.td b/lib/Target/X86/X86InstrAVX512.td index 038f8d84429..a09160061f3 100644 --- a/lib/Target/X86/X86InstrAVX512.td +++ b/lib/Target/X86/X86InstrAVX512.td @@ -729,12 +729,12 @@ multiclass avx512_cmp_packed; - def rmi_alt : PIi8<0xC2, MRMSrcMem, + asm_alt, [], d>; + def rmi_alt : AVX512PIi8<0xC2, MRMSrcMem, (outs RC:$dst), (ins RC:$src1, x86memop:$src2, i8imm:$cc), - asm_alt, [], IIC_SSE_ALU_F32P_RM, d>; + asm_alt, [], d>; } }