Workaround SCEV non-determinism on this test, for now, to get buildbots back to
authorDaniel Dunbar <daniel@zuster.org>
Wed, 9 Jun 2010 17:54:40 +0000 (17:54 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Wed, 9 Jun 2010 17:54:40 +0000 (17:54 +0000)
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

test/Analysis/ScalarEvolution/2008-07-29-SMinExpr.ll

index cba20ee7b8ceb5130680c413a668390dc6ff3065..3542ad2a41e07ebca0077d7f0e4ed0e191e1b7f7 100644 (file)
@@ -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]}}))))