aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-08-15 17:01:19 +0000
committerChris Lattner <sabre@nondot.org>2009-08-15 17:01:19 +0000
commit37c59b48c719992fe5244b64db6d63f33a57f3c8 (patch)
tree504c43b623ad46e2bbe09338404bacc22d74b918
parentb6ab29940de8ead5b5612ae5414adc4d11e0b2e7 (diff)
downloadexternal_llvm-37c59b48c719992fe5244b64db6d63f33a57f3c8.zip
external_llvm-37c59b48c719992fe5244b64db6d63f33a57f3c8.tar.gz
external_llvm-37c59b48c719992fe5244b64db6d63f33a57f3c8.tar.bz2
this is a test for sse3, simplify it.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79112 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/CodeGen/X86/vec_shuffle-29.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/vec_shuffle-29.ll b/test/CodeGen/X86/vec_shuffle-29.ll
index 49cb0a7..a498ac5 100644
--- a/test/CodeGen/X86/vec_shuffle-29.ll
+++ b/test/CodeGen/X86/vec_shuffle-29.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 -mattr=sse41,-ssse3 -disable-mmx -o %t -f
+; RUN: llvm-as < %s | llc -march=x86 -mcpu=yonah -o %t -f
; RUN: not grep pextrw %t
; RUN: grep pinsrw %t