summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/vec_shuffle-17.ll
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2008-04-20 05:47:56 +0000
committerChris Lattner <sabre@nondot.org>2008-04-20 05:47:56 +0000
commitb15f760cda5999a1275a9c47fbf10c0e0f69fc02 (patch)
treeb57468f487158ee65d55c3a0d79c38fe927e7769 /test/CodeGen/X86/vec_shuffle-17.ll
parent79f82f9fd5dd5bceaf2a3b1c0426b3e7f40b6474 (diff)
downloadllvm-b15f760cda5999a1275a9c47fbf10c0e0f69fc02.tar.gz
llvm-b15f760cda5999a1275a9c47fbf10c0e0f69fc02.tar.bz2
llvm-b15f760cda5999a1275a9c47fbf10c0e0f69fc02.tar.xz
Not all x86-64 machines have sse3 apparently.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@49985 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 992d79184b..990a48b453 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 | grep {movd.*%rdi, %xmm0}
-; RUN: llvm-as < %s | llc -march=x86-64 | not grep xor
+; 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
; PR2108
define <2 x i64> @doload64(i64 %x) nounwind {