summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/widen_load-0.ll
diff options
context:
space:
mode:
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: