summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/widen_load-0.ll
diff options
context:
space:
mode:
authorNadav Rotem <nadav.rotem@intel.com>2011-10-16 20:31:33 +0000
committerNadav Rotem <nadav.rotem@intel.com>2011-10-16 20:31:33 +0000
commit8fb06b3e8f7fc92e472e17fecf5ee3ba44fbb6ab (patch)
tree0bb4f05809105f8db17e8f199f0627d92cd6f04c /test/CodeGen/X86/widen_load-0.ll
parentc4a90c5271de99e682b00986c9ca7cde3e1dde4f (diff)
downloadllvm-8fb06b3e8f7fc92e472e17fecf5ee3ba44fbb6ab.tar.gz
llvm-8fb06b3e8f7fc92e472e17fecf5ee3ba44fbb6ab.tar.bz2
llvm-8fb06b3e8f7fc92e472e17fecf5ee3ba44fbb6ab.tar.xz
Enable element promotion type legalization by deafault.
Changed tests which assumed that vectors are legalized by widening them. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@142152 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/widen_load-0.ll')
-rw-r--r--test/CodeGen/X86/widen_load-0.ll16
1 files changed, 8 insertions, 8 deletions
diff --git a/test/CodeGen/X86/widen_load-0.ll b/test/CodeGen/X86/widen_load-0.ll
index c91627cd27..0d21b49ad7 100644
--- a/test/CodeGen/X86/widen_load-0.ll
+++ b/test/CodeGen/X86/widen_load-0.ll
@@ -4,15 +4,15 @@
; Both loads should happen before either store.
-; CHECK: movl (%rdi), %[[R1:...]]
-; CHECK: movl (%rsi), %[[R2:...]]
-; CHECK: movl %[[R2]], (%rdi)
-; CHECK: movl %[[R1]], (%rsi)
+; CHECK: movd (%rsi), {{.*}}
+; CHECK: movd (%rdi), {{.*}}
+; CHECK: movd {{.*}}, (%rdi)
+; CHECK: movd {{.*}}, (%rsi)
-; WIN64: movl (%rcx), %[[R1:...]]
-; WIN64: movl (%rdx), %[[R2:...]]
-; WIN64: movl %[[R2]], (%rcx)
-; WIN64: movl %[[R1]], (%rdx)
+; WIN64: movd (%rdx), {{.*}}
+; WIN64: movd (%rcx), {{.*}}
+; WIN64: movd {{.*}}, (%rcx)
+; WIN64: movd {{.*}}, (%rdx)
define void @short2_int_swap(<2 x i16>* nocapture %b, i32* nocapture %c) nounwind {
entry: