summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/2009-06-05-ScalarToVectorByteMMX.ll
diff options
context:
space:
mode:
authorDale Johannesen <dalej@apple.com>2010-10-01 04:17:55 +0000
committerDale Johannesen <dalej@apple.com>2010-10-01 04:17:55 +0000
commit5db1eea91ad82e24d3f2efc406516ab038bb2789 (patch)
treedf332abdd0a73fb2a16a3df5a0207986c8026167 /test/CodeGen/X86/2009-06-05-ScalarToVectorByteMMX.ll
parent473a8c84f2142288c2ba8243a767c941b7dee228 (diff)
downloadllvm-5db1eea91ad82e24d3f2efc406516ab038bb2789.tar.gz
llvm-5db1eea91ad82e24d3f2efc406516ab038bb2789.tar.bz2
llvm-5db1eea91ad82e24d3f2efc406516ab038bb2789.tar.xz
Mark all these as needing SSE2. Should fix PPC and
maybe even Linux. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@115291 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/2009-06-05-ScalarToVectorByteMMX.ll')
-rw-r--r--test/CodeGen/X86/2009-06-05-ScalarToVectorByteMMX.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/2009-06-05-ScalarToVectorByteMMX.ll b/test/CodeGen/X86/2009-06-05-ScalarToVectorByteMMX.ll
index 336f17e2a3..01852a6eca 100644
--- a/test/CodeGen/X86/2009-06-05-ScalarToVectorByteMMX.ll
+++ b/test/CodeGen/X86/2009-06-05-ScalarToVectorByteMMX.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s -march=x86 -mattr=+mmx | not grep movl
+; RUN: llc < %s -march=x86 -mattr=+mmx,+sse2 | not grep movl
define <8 x i8> @a(i8 zeroext %x) nounwind {
%r = insertelement <8 x i8> undef, i8 %x, i32 0