summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/2010-04-23-mmx-movdq2q.ll
diff options
context:
space:
mode:
authorJakob Stoklund Olesen <stoklund@2pi.dk>2011-04-05 20:20:30 +0000
committerJakob Stoklund Olesen <stoklund@2pi.dk>2011-04-05 20:20:30 +0000
commit57b0fb7850bcfc676bf2927fdf530024454c89c6 (patch)
tree2c3d27f9d53f104080b65eb1e88aafa4ec7ae067 /test/CodeGen/X86/2010-04-23-mmx-movdq2q.ll
parent3520019931c2bad615c35edcb943cd1e8582ebac (diff)
downloadllvm-57b0fb7850bcfc676bf2927fdf530024454c89c6.tar.gz
llvm-57b0fb7850bcfc676bf2927fdf530024454c89c6.tar.bz2
llvm-57b0fb7850bcfc676bf2927fdf530024454c89c6.tar.xz
Fix one more batch of X86 tests to be register allocation dependent.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@128919 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/2010-04-23-mmx-movdq2q.ll')
-rw-r--r--test/CodeGen/X86/2010-04-23-mmx-movdq2q.ll5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/CodeGen/X86/2010-04-23-mmx-movdq2q.ll b/test/CodeGen/X86/2010-04-23-mmx-movdq2q.ll
index fa3d5fbcdc..69787c78cf 100644
--- a/test/CodeGen/X86/2010-04-23-mmx-movdq2q.ll
+++ b/test/CodeGen/X86/2010-04-23-mmx-movdq2q.ll
@@ -31,18 +31,19 @@ entry:
ret void
}
+; CHECK: ti64
define void @ti64(double %a, double %b) nounwind {
entry:
%tmp1 = bitcast double %a to <1 x i64>
%tmp2 = bitcast double %b to <1 x i64>
%tmp3 = add <1 x i64> %tmp1, %tmp2
-; CHECK: addq %rax, %rcx
+; CHECK: addq
store <1 x i64> %tmp3, <1 x i64>* null
ret void
}
; MMX intrinsics calls get us MMX instructions.
-
+; CHECK: ti8a
define void @ti8a(double %a, double %b) nounwind {
entry:
%tmp1 = bitcast double %a to x86_mmx