summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/vec_shuffle-39.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/CodeGen/X86/vec_shuffle-39.ll')
-rw-r--r--llvm/test/CodeGen/X86/vec_shuffle-39.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/X86/vec_shuffle-39.ll b/llvm/test/CodeGen/X86/vec_shuffle-39.ll
index fa4992e6cad..ee8d2d5e0b3 100644
--- a/llvm/test/CodeGen/X86/vec_shuffle-39.ll
+++ b/llvm/test/CodeGen/X86/vec_shuffle-39.ll
@@ -54,8 +54,8 @@ entry:
define <2 x double> @t3() nounwind readonly {
bb:
; CHECK: t3:
+; CHECK: punpcklqdq %xmm1, %xmm0
; CHECK: movq (%rax), %xmm1
-; CHECK: punpcklqdq %xmm2, %xmm0
; CHECK: movsd %xmm1, %xmm0
%tmp0 = load i128* null, align 1
%tmp1 = load <2 x i32>* undef, align 8
@@ -72,8 +72,8 @@ bb:
define <2 x i64> @t4() nounwind readonly {
bb:
; CHECK: t4:
+; CHECK: punpcklqdq %xmm0, %xmm1
; CHECK: movq (%rax), %xmm0
-; CHECK: punpcklqdq %xmm2, %xmm1
; CHECK: movsd %xmm1, %xmm0
%tmp0 = load i128* null, align 1
%tmp1 = load <2 x i32>* undef, align 8
OpenPOWER on IntegriCloud