[PATCH] D11712: Fix bug in COMISD and COMISS definition in td files
Asaf Badouh
asaf.badouh at intel.com
Mon Aug 3 05:55:10 PDT 2015
AsafBadouh added inline comments.
================
Comment at: test/MC/X86/intel-syntax-avx512.s:266
@@ +265,2 @@
+// CHECK: encoding: [0xc5,0x78,0x2f,0x31]
+ vcomiss xmm14, DWORD PTR [rcx]
----------------
replace xmm14 -> xmm16 or higher, it will force the encoding to be avx512 instruction.
http://reviews.llvm.org/D11712
More information about the llvm-commits
mailing list