[llvm-commits] [llvm] r105732 - /llvm/trunk/test/Analysis/ScalarEvolution/2008-07-29-SMinExpr.ll
Daniel Dunbar
daniel at zuster.org
Wed Jun 9 10:54:40 PDT 2010
Author: ddunbar
Date: Wed Jun 9 12:54:40 2010
New Revision: 105732
URL: http://llvm.org/viewvc/llvm-project?rev=105732&view=rev
Log:
Workaround SCEV non-determinism on this test, for now, to get buildbots back to
green. Dan, please revert this once the real problem is fixed.
Modified:
llvm/trunk/test/Analysis/ScalarEvolution/2008-07-29-SMinExpr.ll
Modified: llvm/trunk/test/Analysis/ScalarEvolution/2008-07-29-SMinExpr.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Analysis/ScalarEvolution/2008-07-29-SMinExpr.ll?rev=105732&r1=105731&r2=105732&view=diff
==============================================================================
--- llvm/trunk/test/Analysis/ScalarEvolution/2008-07-29-SMinExpr.ll (original)
+++ llvm/trunk/test/Analysis/ScalarEvolution/2008-07-29-SMinExpr.ll Wed Jun 9 12:54:40 2010
@@ -22,5 +22,5 @@
ret i32 %j.0.lcssa
}
-; CHECK: backedge-taken count is (-2147483632 + ((-1 + (-1 * %y)) smax (-1 + (-1 * %x))))
+; CHECK: backedge-taken count is (-2147483632 + ((-1 + (-1 * %{{[xy]}})) smax (-1 + (-1 * %{{[xy]}}))))
More information about the llvm-commits
mailing list