summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/mmx-punpckhdq.ll
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2010-10-01 10:20:10 +0000
committerBill Wendling <isanbard@gmail.com>2010-10-01 10:20:10 +0000
commit273ac840bcae3b3abac5391aebbc7c200496e4a4 (patch)
tree7533a5a64a939fed4a627b73d01bbc6101e977d0 /test/CodeGen/X86/mmx-punpckhdq.ll
parentc160218081bc8ad929aa3f6c0fb6600214a91a12 (diff)
downloadllvm-273ac840bcae3b3abac5391aebbc7c200496e4a4.tar.gz
llvm-273ac840bcae3b3abac5391aebbc7c200496e4a4.tar.bz2
llvm-273ac840bcae3b3abac5391aebbc7c200496e4a4.tar.xz
We must check for something.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@115309 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/mmx-punpckhdq.ll')
-rw-r--r--test/CodeGen/X86/mmx-punpckhdq.ll3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/CodeGen/X86/mmx-punpckhdq.ll b/test/CodeGen/X86/mmx-punpckhdq.ll
index 2d749d876c..ccb98fce27 100644
--- a/test/CodeGen/X86/mmx-punpckhdq.ll
+++ b/test/CodeGen/X86/mmx-punpckhdq.ll
@@ -1,8 +1,8 @@
; RUN: llc < %s -march=x86 -mattr=+mmx,+sse2 -mtriple=x86_64-apple-darwin10 | FileCheck %s
-; RUN: llc < %s -march=x86 -mattr=+mmx,+sse2 -mtriple=x86_64-apple-darwin10 | FileCheck %s
; There are no MMX operations in bork; promoted to XMM.
define void @bork(<1 x i64>* %x) {
+; CHECK: bork
; FIXMEHECK: pextrd
entry:
%tmp2 = load <1 x i64>* %x ; <<1 x i64>> [#uses=1]
@@ -17,6 +17,7 @@ entry:
; pork uses MMX.
define void @pork(x86_mmx* %x) {
+; CHECK: pork
; FIXMEHECK: punpckhdq
entry:
%tmp2 = load x86_mmx* %x ; <x86_mmx> [#uses=1]