aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/vec_shuffle-17.ll
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2008-04-20 05:52:46 +0000
committerChris Lattner <sabre@nondot.org>2008-04-20 05:52:46 +0000
commitbd381a777b5fdf9dfbe1c7eaf6c24f8ba8fd428f (patch)
tree78832318cad34ffe9e898b376264340273e40567 /test/CodeGen/X86/vec_shuffle-17.ll
parentb15f760cda5999a1275a9c47fbf10c0e0f69fc02 (diff)
downloadexternal_llvm-bd381a777b5fdf9dfbe1c7eaf6c24f8ba8fd428f.zip
external_llvm-bd381a777b5fdf9dfbe1c7eaf6c24f8ba8fd428f.tar.gz
external_llvm-bd381a777b5fdf9dfbe1c7eaf6c24f8ba8fd428f.tar.bz2
A better fix for my previous patch, MOVZQI2PQIrr just requires SSE2.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@49986 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/vec_shuffle-17.ll')
-rw-r--r--test/CodeGen/X86/vec_shuffle-17.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/X86/vec_shuffle-17.ll b/test/CodeGen/X86/vec_shuffle-17.ll
index 990a48b..992d791 100644
--- a/test/CodeGen/X86/vec_shuffle-17.ll
+++ b/test/CodeGen/X86/vec_shuffle-17.ll
@@ -1,5 +1,5 @@
-; RUN: llvm-as < %s | llc -march=x86-64 -mattr=+sse3 | grep {movd.*%rdi, %xmm0}
-; RUN: llvm-as < %s | llc -march=x86-64 -mattr=+sse3 | not grep xor
+; RUN: llvm-as < %s | llc -march=x86-64 | grep {movd.*%rdi, %xmm0}
+; RUN: llvm-as < %s | llc -march=x86-64 | not grep xor
; PR2108
define <2 x i64> @doload64(i64 %x) nounwind {