aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/vec_shuffle-28.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-28.ll
parent075ee999d34a6824880a2524123979c344d9bc6e (diff)
downloadexternal_llvm-8e1fad4bb738c89b1a52c387441122cf8531fc51.zip
external_llvm-8e1fad4bb738c89b1a52c387441122cf8531fc51.tar.gz
external_llvm-8e1fad4bb738c89b1a52c387441122cf8531fc51.tar.bz2
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-28.ll')
-rw-r--r--test/CodeGen/X86/vec_shuffle-28.ll4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/CodeGen/X86/vec_shuffle-28.ll b/test/CodeGen/X86/vec_shuffle-28.ll
index f7e5001..fbd5bf5 100644
--- a/test/CodeGen/X86/vec_shuffle-28.ll
+++ b/test/CodeGen/X86/vec_shuffle-28.ll
@@ -1,7 +1,3 @@
-; RUN: llvm-as < %s | llc -march=x86 -mcpu=yonah -o %t -f
-; RUN: grep movd %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 1