Don't refuse to transform constexpr(call(arg, ...)) to call(constexpr(arg), ...)...
[oota-llvm.git] / test / Analysis / ScalarEvolution / 2008-11-18-Stride2.ll
index 23e9630fefaca73a2100cfe4d3281ec1dc72d6f2..2b2296a3a24fa665fa795344f39d3b07ebc73c5e 100644 (file)
@@ -1,5 +1,11 @@
-; RUN: opt %s -analyze -scalar-evolution -disable-output |& grep {/u 3}
-; XFAIL: *
+; RUN: opt < %s -analyze -scalar-evolution 2>&1 | FileCheck %s
+
+; CHECK: Loop %bb: backedge-taken count is ((999 + (-1 * %x)) /u 3)
+; CHECK: Loop %bb: max backedge-taken count is 334
+
+
+; This is a tricky testcase for unsigned wrap detection which ScalarEvolution
+; doesn't yet know how to do.
 
 define i32 @f(i32 %x) nounwind readnone {
 entry: