summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/mmx-arg-passing.ll
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2008-04-25 20:13:47 +0000
committerEvan Cheng <evan.cheng@apple.com>2008-04-25 20:13:47 +0000
commitb3f346fa363330b0c3544502ba6dbd68ec8b6bd6 (patch)
treee2d20f5c49d76527be09c1a03cafeb91c5c6133d /test/CodeGen/X86/mmx-arg-passing.ll
parent44c0fd17e11dd3a6cda81632cac5b06fb1618d93 (diff)
downloadllvm-b3f346fa363330b0c3544502ba6dbd68ec8b6bd6.tar.gz
llvm-b3f346fa363330b0c3544502ba6dbd68ec8b6bd6.tar.bz2
llvm-b3f346fa363330b0c3544502ba6dbd68ec8b6bd6.tar.xz
Update tests.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50293 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/mmx-arg-passing.ll')
-rw-r--r--test/CodeGen/X86/mmx-arg-passing.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CodeGen/X86/mmx-arg-passing.ll b/test/CodeGen/X86/mmx-arg-passing.ll
index 232a98a895..9496cbb8bb 100644
--- a/test/CodeGen/X86/mmx-arg-passing.ll
+++ b/test/CodeGen/X86/mmx-arg-passing.ll
@@ -2,6 +2,7 @@
; RUN: llvm-as < %s | llc -mtriple=i386-apple-darwin -mattr=+mmx | grep esp | count 1
; RUN: llvm-as < %s | llc -mtriple=x86_64-apple-darwin -mattr=+mmx,+sse2 | grep xmm0
; RUN: llvm-as < %s | llc -mtriple=x86_64-apple-darwin -mattr=+mmx,+sse2 | grep rdi
+; RUN: llvm-as < %s | llc -mtriple=x86_64-apple-darwin -mattr=+mmx,+sse2 | not grep movups
;
; On Darwin x86-32, v8i8, v4i16, v2i32 values are passed in MM[0-2].
; On Darwin x86-32, v1i64 values are passed in memory.