diff options
author | Evan Cheng <evan.cheng@apple.com> | 2006-04-28 18:55:34 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2006-04-28 18:55:34 +0000 |
commit | 771f88ad1bbbbd12c6ab6218391decf8827d8d4c (patch) | |
tree | 4cbf8e9cec1f3f192f7575b63ff5521818ac31c0 /test/CodeGen/X86/vec_shuffle-4.ll | |
parent | 55d0fa1bfaec665c949b1069225bbc23ca7782bc (diff) |
Update. It should use two shufps, not three!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28013 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/vec_shuffle-4.ll')
-rw-r--r-- | test/CodeGen/X86/vec_shuffle-4.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/vec_shuffle-4.ll b/test/CodeGen/X86/vec_shuffle-4.ll index b400d6e4b4..1ed8555301 100644 --- a/test/CodeGen/X86/vec_shuffle-4.ll +++ b/test/CodeGen/X86/vec_shuffle-4.ll @@ -1,5 +1,5 @@ ; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 && -; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 | grep shuf | wc -l | grep 3 && +; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 | grep shuf | wc -l | grep 2 && ; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 | not grep unpck void %test(<4 x float>* %res, <4 x float>* %A, <4 x float>* %B, <4 x float>* %C) { %tmp3 = load <4 x float>* %B |