diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/combine-concatvectors.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/combine-concatvectors.ll | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/X86/combine-concatvectors.ll b/llvm/test/CodeGen/X86/combine-concatvectors.ll index 89e8c03eca3..29cf6148203 100644 --- a/llvm/test/CodeGen/X86/combine-concatvectors.ll +++ b/llvm/test/CodeGen/X86/combine-concatvectors.ll @@ -5,8 +5,6 @@ define void @PR32957(<2 x float>* %in, <8 x float>* %out) { ; CHECK-LABEL: PR32957: ; CHECK: # %bb.0: ; CHECK-NEXT: vmovsd {{.*#+}} xmm0 = mem[0],zero -; CHECK-NEXT: vxorps %xmm1, %xmm1, %xmm1 -; CHECK-NEXT: vblendps {{.*#+}} xmm0 = xmm0[0,1],xmm1[2,3] ; CHECK-NEXT: vmovaps %ymm0, (%rsi) ; CHECK-NEXT: vzeroupper ; CHECK-NEXT: retq |