aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/licm-nested.ll
diff options
context:
space:
mode:
authorBob Wilson <bob.wilson@apple.com>2011-10-11 23:34:31 +0000
committerBob Wilson <bob.wilson@apple.com>2011-10-11 23:34:31 +0000
commitb75e5d96dd2a883b727abd8e966f93b09a01b30e (patch)
tree144cf737b77490e2e488d7e82f23c38c5c8dc5ae /test/CodeGen/X86/licm-nested.ll
parent3c43b48fa96664318f0c1c17475114fe7015add6 (diff)
downloadexternal_llvm-b75e5d96dd2a883b727abd8e966f93b09a01b30e.zip
external_llvm-b75e5d96dd2a883b727abd8e966f93b09a01b30e.tar.gz
external_llvm-b75e5d96dd2a883b727abd8e966f93b09a01b30e.tar.bz2
Make this test more specific. There are 3 stats that matched "machine-licm".
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141741 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/licm-nested.ll')
-rw-r--r--test/CodeGen/X86/licm-nested.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/licm-nested.ll b/test/CodeGen/X86/licm-nested.ll
index 901d987..c3f991d 100644
--- a/test/CodeGen/X86/licm-nested.ll
+++ b/test/CodeGen/X86/licm-nested.ll
@@ -1,4 +1,4 @@
-; RUN: llc -mtriple=x86_64-apple-darwin -march=x86-64 < %s -o /dev/null -stats -info-output-file - | grep machine-licm | grep 2
+; RUN: llc -mtriple=x86_64-apple-darwin -march=x86-64 < %s -o /dev/null -stats -info-output-file - | grep "hoisted out of loops" | grep 3
; MachineLICM should be able to hoist the symbolic addresses out of
; the inner loops.