diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2007-04-15 22:20:47 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2007-04-15 22:20:47 +0000 |
commit | 1c75ef2ce202f7a13e2dcde4e317ebe3c40f64bd (patch) | |
tree | 7dc2798ed09c4fee4b3b21a22cac44e21a6f8ff5 /llvm/test/CodeGen/X86/vec_call.ll | |
parent | 343c88cdb93ffdc3dc44473cb632b2447fa6517f (diff) | |
download | bcm5719-llvm-1c75ef2ce202f7a13e2dcde4e317ebe3c40f64bd.tar.gz bcm5719-llvm-1c75ef2ce202f7a13e2dcde4e317ebe3c40f64bd.zip |
For PR1319: Upgrade to new test harness.
llvm-svn: 36091
Diffstat (limited to 'llvm/test/CodeGen/X86/vec_call.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/vec_call.ll | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/X86/vec_call.ll b/llvm/test/CodeGen/X86/vec_call.ll index 9fcc11dbb68..6875894bfec 100644 --- a/llvm/test/CodeGen/X86/vec_call.ll +++ b/llvm/test/CodeGen/X86/vec_call.ll @@ -1,5 +1,7 @@ -; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 -mattr=+sse2 | grep 'subl.*60' -; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 -mattr=+sse2 | grep 'movdqa.*32' +; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 -mattr=+sse2 | \ +; RUN: grep {subl.*60} +; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 -mattr=+sse2 | \ +; RUN: grep {movdqa.*32} void %test() { tail call void %xx( int 1, int 2, int 3, int 4, int 5, int 6, int 7, <2 x long> cast (<4 x int> < int 4, int 3, int 2, int 1 > to <2 x long>), <2 x long> cast (<4 x int> < int 8, int 7, int 6, int 5 > to <2 x long>), <2 x long> cast (<4 x int> < int 6, int 4, int 2, int 0 > to <2 x long>), <2 x long> cast (<4 x int> < int 8, int 4, int 2, int 1 > to <2 x long>), <2 x long> cast (<4 x int> < int 0, int 1, int 3, int 9 > to <2 x long>) ) |