summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/2012-07-10-extload64.ll
diff options
context:
space:
mode:
authorMitch Phillips <mitchphillips@outlook.com>2019-08-06 23:00:43 +0000
committerMitch Phillips <mitchphillips@outlook.com>2019-08-06 23:00:43 +0000
commitbd0d97e1c41f17ea3fd5cba3fe337b4693eb8cbb (patch)
tree28cd260c3e06dc187916e21a7ab76b6cb75a1ace /llvm/test/CodeGen/X86/2012-07-10-extload64.ll
parent2f908c1436b51dd8edc5094b97d778aa620db4e3 (diff)
downloadbcm5719-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/2012-07-10-extload64.ll')
-rw-r--r--llvm/test/CodeGen/X86/2012-07-10-extload64.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/2012-07-10-extload64.ll b/llvm/test/CodeGen/X86/2012-07-10-extload64.ll
index 67cfa3a7135..60e3e324731 100644
--- a/llvm/test/CodeGen/X86/2012-07-10-extload64.ll
+++ b/llvm/test/CodeGen/X86/2012-07-10-extload64.ll
@@ -33,7 +33,7 @@ define <2 x i32> @load_64(<2 x i32>* %ptr) {
; CHECK-LABEL: load_64:
; CHECK: # %bb.0: # %BB
; CHECK-NEXT: movl {{[0-9]+}}(%esp), %eax
-; CHECK-NEXT: movsd {{.*#+}} xmm0 = mem[0],zero
+; CHECK-NEXT: pmovzxdq {{.*#+}} xmm0 = mem[0],zero,mem[1],zero
; CHECK-NEXT: retl
BB:
%t = load <2 x i32>, <2 x i32>* %ptr
OpenPOWER on IntegriCloud