diff options
| author | Rafael Espindola <rafael.espindola@gmail.com> | 2009-04-24 12:40:33 +0000 |
|---|---|---|
| committer | Rafael Espindola <rafael.espindola@gmail.com> | 2009-04-24 12:40:33 +0000 |
| commit | b93db668b3f31451a6a4956b5a58decac308a48f (patch) | |
| tree | e5001a54441fd97f335833f81a34444e7901e259 /llvm/test/CodeGen/X86/vec_shuffle-16.ll | |
| parent | 40493eb6ebc7fd1090a30f62c1eb04e33ebe1100 (diff) | |
| download | bcm5719-llvm-b93db668b3f31451a6a4956b5a58decac308a48f.tar.gz bcm5719-llvm-b93db668b3f31451a6a4956b5a58decac308a48f.zip | |
Revert 69952. Causes testsuite failures on linux x86-64.
llvm-svn: 69967
Diffstat (limited to 'llvm/test/CodeGen/X86/vec_shuffle-16.ll')
| -rw-r--r-- | llvm/test/CodeGen/X86/vec_shuffle-16.ll | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/llvm/test/CodeGen/X86/vec_shuffle-16.ll b/llvm/test/CodeGen/X86/vec_shuffle-16.ll index b3a5b769e67..79de903536d 100644 --- a/llvm/test/CodeGen/X86/vec_shuffle-16.ll +++ b/llvm/test/CodeGen/X86/vec_shuffle-16.ll @@ -1,10 +1,8 @@ -; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse,-sse2 -mtriple=i386-apple-darwin -o %t -f -; RUN: grep shufps %t | count 4 -; RUN: grep movaps %t | count 2 -; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 -mtriple=i386-apple-darwin -o %t -f -; RUN: grep pshufd %t | count 4 -; RUN: not grep shufps %t -; RUN: not grep mov %t +; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse,-sse2 | grep shufps | count 4 +; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse,-sse2 -mtriple=i386-apple-darwin | grep mov | count 2 +; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 | grep pshufd | count 4 +; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 | not grep shufps +; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 -mtriple=i386-apple-darwin | not grep mov define <4 x float> @t1(<4 x float> %a, <4 x float> %b) nounwind { %tmp1 = shufflevector <4 x float> %b, <4 x float> undef, <4 x i32> zeroinitializer |

