summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/vec_shuffle-34.ll
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-08-15 17:21:44 +0000
committerChris Lattner <sabre@nondot.org>2009-08-15 17:21:44 +0000
commit8e1fad4bb738c89b1a52c387441122cf8531fc51 (patch)
treec0e0bc65c9d8fbf6496db53b3551ea1f15fd0a1c /test/CodeGen/X86/vec_shuffle-34.ll
parent075ee999d34a6824880a2524123979c344d9bc6e (diff)
downloadllvm-8e1fad4bb738c89b1a52c387441122cf8531fc51.tar.gz
llvm-8e1fad4bb738c89b1a52c387441122cf8531fc51.tar.bz2
llvm-8e1fad4bb738c89b1a52c387441122cf8531fc51.tar.xz
merge a bunch more sse3 tests into sse3.ll
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79115 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/vec_shuffle-34.ll')
-rw-r--r--test/CodeGen/X86/vec_shuffle-34.ll8
1 files changed, 1 insertions, 7 deletions
diff --git a/test/CodeGen/X86/vec_shuffle-34.ll b/test/CodeGen/X86/vec_shuffle-34.ll
index 99c95d1623..612360215f 100644
--- a/test/CodeGen/X86/vec_shuffle-34.ll
+++ b/test/CodeGen/X86/vec_shuffle-34.ll
@@ -1,10 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 -mcpu=yonah -o %t -f
-; RUN: grep pextrw %t | count 1
-; RUN: grep punpcklqdq %t | count 1
-; RUN: grep pshuflw %t | count 1
-; RUN: grep pinsrw %t | count 1
-; RUN: llvm-as < %s | llc -march=x86 -mcpu=core2 -o %t -f
-; RUN: grep pshufb %t | count 2
+; RUN: llvm-as < %s | llc -march=x86 -mcpu=core2 | grep pshufb | count 2
define <8 x i16> @shuf2(<8 x i16> %T0, <8 x i16> %T1) nounwind readnone {
entry: