[PATCH] D23984: [X86] Fix bug in masked compress
Elena Demikhovsky via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 29 01:35:21 PDT 2016
delena added inline comments.
================
Comment at: test/CodeGen/X86/compress-maskz.ll:10
@@ +9,3 @@
+; CHECK: vmovdqa32 {{.*}}(%rip), %xmm0
+; CHECK: vpcompressd %xmm0, %xmm0 {%k1} {z}
+entry:
----------------
I don't see any store instruction in your check. Could you, please, use the "update_" utility to generate the full picture.
https://reviews.llvm.org/D23984
More information about the llvm-commits
mailing list