[PATCH] D14151: [X86][AVX] Fix lowering of X86ISD::VZEXT_MOVL for 128-bit -> 256-bit extension
Simon Pilgrim via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 28 11:55:25 PDT 2015
RKSimon marked an inline comment as done.
================
Comment at: test/CodeGen/X86/vec_extract-avx.ll:112
@@ +111,3 @@
+; CHECK: vpxor %xmm0, %xmm0, %xmm0
+; CHECK-NEXT: vpblendw {{.*#+}} xmm0 = mem[0,1,2,3],xmm0[4,5,6,7]
+; CHECK-NEXT: vmovdqa %ymm0, (%rsi)
----------------
Nice catch!
Repository:
rL LLVM
http://reviews.llvm.org/D14151
More information about the llvm-commits
mailing list