summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/2008-05-22-FoldUnalignedLoad.ll
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2012-12-26 03:19:30 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2012-12-26 03:19:30 +0000
commit40aa3285f4de0eade5c430b5206e1eebd2becd59 (patch)
tree72c18aaa4c06775e88625b858345e0323ea4be1e /llvm/test/CodeGen/X86/2008-05-22-FoldUnalignedLoad.ll
parent334f6853281c8667677d759c2d6ed469d4abce8a (diff)
downloadbcm5719-llvm-40aa3285f4de0eade5c430b5206e1eebd2becd59.tar.gz
bcm5719-llvm-40aa3285f4de0eade5c430b5206e1eebd2becd59.zip
llvm/test/CodeGen/X86: FileCheck-ize two tests in r171083.
llvm-svn: 171084
Diffstat (limited to 'llvm/test/CodeGen/X86/2008-05-22-FoldUnalignedLoad.ll')
-rw-r--r--llvm/test/CodeGen/X86/2008-05-22-FoldUnalignedLoad.ll8
1 files changed, 7 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/2008-05-22-FoldUnalignedLoad.ll b/llvm/test/CodeGen/X86/2008-05-22-FoldUnalignedLoad.ll
index 58e36e8946a..fc38135032c 100644
--- a/llvm/test/CodeGen/X86/2008-05-22-FoldUnalignedLoad.ll
+++ b/llvm/test/CodeGen/X86/2008-05-22-FoldUnalignedLoad.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s -march=x86 -mcpu=penryn | grep movups | count 2
+; RUN: llc < %s -march=x86 -mcpu=penryn | FileCheck %s
define void @a(<4 x float>* %x) nounwind {
entry:
@@ -8,4 +8,10 @@ entry:
ret void
}
+; CHECK: a:
+; CHECK: movups
+; CHECK: movups
+; CHECK-NOT: movups
+; CHECK: ret
+
declare <4 x float> @llvm.x86.sse.rcp.ps(<4 x float>)
OpenPOWER on IntegriCloud