[llvm-commits] [llvm] r141741 - /llvm/trunk/test/CodeGen/X86/licm-nested.ll

Bob Wilson bob.wilson at apple.com
Tue Oct 11 16:34:31 PDT 2011


Author: bwilson
Date: Tue Oct 11 18:34:31 2011
New Revision: 141741

URL: http://llvm.org/viewvc/llvm-project?rev=141741&view=rev
Log:
Make this test more specific.  There are 3 stats that matched "machine-licm".

Modified:
    llvm/trunk/test/CodeGen/X86/licm-nested.ll

Modified: llvm/trunk/test/CodeGen/X86/licm-nested.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/licm-nested.ll?rev=141741&r1=141740&r2=141741&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/licm-nested.ll (original)
+++ llvm/trunk/test/CodeGen/X86/licm-nested.ll Tue Oct 11 18:34:31 2011
@@ -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.





More information about the llvm-commits mailing list