From 273ac840bcae3b3abac5391aebbc7c200496e4a4 Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Fri, 1 Oct 2010 10:20:10 +0000 Subject: [PATCH] We must check for something. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@115309 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/X86/mmx-punpckhdq.ll | 3 ++- test/CodeGen/X86/vec_insert-7.ll | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/test/CodeGen/X86/mmx-punpckhdq.ll b/test/CodeGen/X86/mmx-punpckhdq.ll index 2d749d876c4..ccb98fce274 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 ; [#uses=1] diff --git a/test/CodeGen/X86/vec_insert-7.ll b/test/CodeGen/X86/vec_insert-7.ll index a165ffb809c..789d2b9fd79 100644 --- a/test/CodeGen/X86/vec_insert-7.ll +++ b/test/CodeGen/X86/vec_insert-7.ll @@ -4,6 +4,7 @@ define x86_mmx @mmx_movzl(x86_mmx %x) nounwind { entry: +; CHECK: mmx_movzl ; FIXMEHECK: pinsrd ; FIXMEHECK: pinsrd %tmp = bitcast x86_mmx %x to <2 x i32>