summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/mmx-punpckhdq.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/mmx-punpckhdq.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/mmx-punpckhdq.ll')
-rw-r--r--test/CodeGen/X86/mmx-punpckhdq.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/X86/mmx-punpckhdq.ll b/test/CodeGen/X86/mmx-punpckhdq.ll
index 4d2aba5bde..2bd56433f7 100644
--- a/test/CodeGen/X86/mmx-punpckhdq.ll
+++ b/test/CodeGen/X86/mmx-punpckhdq.ll
@@ -1,5 +1,5 @@
-; RRUN: llc < %s -march=x86 -mattr=+mmx | grep pextrd
-; RRUN: llc < %s -march=x86 -mattr=+mmx | grep punpckhdq | count 1
+; RUN: llc < %s -march=x86 -mattr=+mmx,+sse2 | grep pextrd
+; RUN: llc < %s -march=x86 -mattr=+mmx,+sse2 | grep punpckhdq | count 1
; There are no MMX operations in bork; promoted to XMM.
define void @bork(<1 x i64>* %x) {