summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/2007-07-03-GR64ToVR64.ll
diff options
context:
space:
mode:
authorJakob Stoklund Olesen <stoklund@2pi.dk>2011-04-05 00:32:44 +0000
committerJakob Stoklund Olesen <stoklund@2pi.dk>2011-04-05 00:32:44 +0000
commitb0e47cdf3decc6aef46b1bdaf19342c39681623a (patch)
tree8c5200b9cdf09c58517362bcc11e32ac09760da5 /test/CodeGen/X86/2007-07-03-GR64ToVR64.ll
parent157536b1fb900e57efe042d48c7caeb87b1efd04 (diff)
downloadllvm-b0e47cdf3decc6aef46b1bdaf19342c39681623a.tar.gz
llvm-b0e47cdf3decc6aef46b1bdaf19342c39681623a.tar.bz2
llvm-b0e47cdf3decc6aef46b1bdaf19342c39681623a.tar.xz
Fix register-dependent X86 tests.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@128867 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/2007-07-03-GR64ToVR64.ll')
-rw-r--r--test/CodeGen/X86/2007-07-03-GR64ToVR64.ll8
1 files changed, 5 insertions, 3 deletions
diff --git a/test/CodeGen/X86/2007-07-03-GR64ToVR64.ll b/test/CodeGen/X86/2007-07-03-GR64ToVR64.ll
index 1c5e6766fd..187c3e4221 100644
--- a/test/CodeGen/X86/2007-07-03-GR64ToVR64.ll
+++ b/test/CodeGen/X86/2007-07-03-GR64ToVR64.ll
@@ -1,6 +1,8 @@
-; RUN: llc < %s -mtriple=x86_64-apple-darwin -mattr=+mmx | grep {movd %rsi, %mm0}
-; RUN: llc < %s -mtriple=x86_64-apple-darwin -mattr=+mmx | grep {movd %rdi, %mm1}
-; RUN: llc < %s -mtriple=x86_64-apple-darwin -mattr=+mmx | grep {paddusw %mm0, %mm1}
+; RUN: llc < %s -mtriple=x86_64-apple-darwin -mattr=+mmx | FileCheck %s
+
+; CHECK: movd %rsi, [[MM0:%mm[0-9]+]]
+; CHECK: movd %rdi, [[MM1:%mm[0-9]+]]
+; CHECK: paddusw [[MM0]], [[MM1]]
@R = external global x86_mmx ; <x86_mmx*> [#uses=1]