[PATCH] D16271: AVX512: Masked store intrinsic implementation.

Elena Demikhovsky via llvm-commits llvm-commits at lists.llvm.org
Sun Jan 17 23:02:43 PST 2016


delena added inline comments.

================
Comment at: test/CodeGen/X86/avx512-intrinsics.ll:908
@@ -900,2 +907,3 @@
 ; CHECK:       ## BB#0:
-; CHECK-NEXT:    kmovw %esi, %k1
+; CHECK-NEXT:    movzbl %dl, %eax
+; CHECK-NEXT:    kmovw %eax, %k1
----------------
movzbl seems redundant here


Repository:
  rL LLVM

http://reviews.llvm.org/D16271





More information about the llvm-commits mailing list