From: Daniel Dunbar Date: Wed, 9 Jun 2010 17:54:40 +0000 (+0000) Subject: Workaround SCEV non-determinism on this test, for now, to get buildbots back to X-Git-Tag: android-x86-6.0-r1~1003^2~5835 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=ced8db2a2b15750a6d9fc0ad1e520147eb4994bb;p=android-x86%2Fexternal-llvm.git 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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@105732 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Analysis/ScalarEvolution/2008-07-29-SMinExpr.ll b/test/Analysis/ScalarEvolution/2008-07-29-SMinExpr.ll index cba20ee7b8c..3542ad2a41e 100644 --- a/test/Analysis/ScalarEvolution/2008-07-29-SMinExpr.ll +++ b/test/Analysis/ScalarEvolution/2008-07-29-SMinExpr.ll @@ -22,5 +22,5 @@ afterfor: ; preds = %forinc, %entry 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]}}))))