diff options
| author | Mitch Phillips <mitchphillips@outlook.com> | 2019-08-06 23:00:43 +0000 |
|---|---|---|
| committer | Mitch Phillips <mitchphillips@outlook.com> | 2019-08-06 23:00:43 +0000 |
| commit | bd0d97e1c41f17ea3fd5cba3fe337b4693eb8cbb (patch) | |
| tree | 28cd260c3e06dc187916e21a7ab76b6cb75a1ace /llvm/test/CodeGen/X86/combine-or.ll | |
| parent | 2f908c1436b51dd8edc5094b97d778aa620db4e3 (diff) | |
| download | bcm5719-llvm-bd0d97e1c41f17ea3fd5cba3fe337b4693eb8cbb.tar.gz bcm5719-llvm-bd0d97e1c41f17ea3fd5cba3fe337b4693eb8cbb.zip | |
Revert "[X86] Enable -x86-experimental-vector-widening-legalization by default."
This reverts commit 3de33245d2c992c9e0af60372043540b60f3a810.
This commit broke the MSan buildbots. See
https://reviews.llvm.org/rL367901 for more information.
llvm-svn: 368107
Diffstat (limited to 'llvm/test/CodeGen/X86/combine-or.ll')
| -rw-r--r-- | llvm/test/CodeGen/X86/combine-or.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/combine-or.ll b/llvm/test/CodeGen/X86/combine-or.ll index 2d7ab3db845..ab13a34bbc4 100644 --- a/llvm/test/CodeGen/X86/combine-or.ll +++ b/llvm/test/CodeGen/X86/combine-or.ll @@ -362,7 +362,7 @@ define <4 x float> @test25(<4 x float> %a0) { define <4 x i8> @test_crash(<4 x i8> %a, <4 x i8> %b) { ; CHECK-LABEL: test_crash: ; CHECK: # %bb.0: -; CHECK-NEXT: pblendw {{.*#+}} xmm0 = xmm1[0],xmm0[1],xmm1[2,3,4,5,6,7] +; CHECK-NEXT: blendps {{.*#+}} xmm0 = xmm1[0,1],xmm0[2,3] ; CHECK-NEXT: retq %shuf1 = shufflevector <4 x i8> %a, <4 x i8> zeroinitializer, <4 x i32><i32 4, i32 4, i32 2, i32 3> %shuf2 = shufflevector <4 x i8> %b, <4 x i8> zeroinitializer, <4 x i32><i32 0, i32 1, i32 4, i32 4> |

