[PATCH] D32679: [X86][AVX-512] Allow EVEX encoded instruction selection when available for mul v8i32.

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Apr 30 11:41:36 PDT 2017


craig.topper added inline comments.


================
Comment at: lib/Target/X86/X86InstrSSE.td:6725
                                  VEX_4V, VEX_WIG;
+let Predicates = [HasAVX] in
   defm VPCMPEQQ : SS48I_binop_rm<0x29, "vpcmpeqq", X86pcmpeq, v2i64, VR128,
----------------
This looks like a change for VPCMPEQQ to remove NoVLX.


https://reviews.llvm.org/D32679





More information about the llvm-commits mailing list