[PATCH] D75526: [X86] Disable commuting for the first source operand of zero masked scalar fma intrinsic instructions.

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 3 10:15:35 PST 2020


RKSimon added inline comments.


================
Comment at: llvm/test/CodeGen/X86/avx512-intrinsics.ll:5838
+; X86-NEXT:    kmovw %eax, %k1
+; X86-NEXT:    vfmadd132ss {{.*#+}} xmm0 = (xmm0 * mem) + xmm1
+; X86-NEXT:    retl
----------------
(sidenote) losing the mask register from the asm comment is really bad.......


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D75526/new/

https://reviews.llvm.org/D75526





More information about the llvm-commits mailing list