aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/vec_shuffle-4.ll
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2006-04-28 18:55:34 +0000
committerEvan Cheng <evan.cheng@apple.com>2006-04-28 18:55:34 +0000
commit771f88ad1bbbbd12c6ab6218391decf8827d8d4c (patch)
tree4cbf8e9cec1f3f192f7575b63ff5521818ac31c0 /test/CodeGen/X86/vec_shuffle-4.ll
parent55d0fa1bfaec665c949b1069225bbc23ca7782bc (diff)
downloadexternal_llvm-771f88ad1bbbbd12c6ab6218391decf8827d8d4c.zip
external_llvm-771f88ad1bbbbd12c6ab6218391decf8827d8d4c.tar.gz
external_llvm-771f88ad1bbbbd12c6ab6218391decf8827d8d4c.tar.bz2
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.ll2
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 b400d6e..1ed8555 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