Don't refuse to transform constexpr(call(arg, ...)) to call(constexpr(arg), ...)...
[oota-llvm.git] / test / Analysis / ScalarEvolution / trip-count4.ll
index 31e8110d9904b3befffb42c4bc821b20435ab52d..b7184a48fe8549084ffe5e375eb543413709ee94 100644 (file)
@@ -1,8 +1,9 @@
-; RUN: opt %s -analyze -scalar-evolution -disable-output \
-; RUN:   | grep {sext.*trunc.*Exits: 11}
+; RUN: opt < %s -analyze -scalar-evolution | FileCheck %s
 
 ; ScalarEvolution should be able to compute a loop exit value for %indvar.i8.
 
+; CHECK: sext{{.*}}trunc{{.*}}Exits: 11
+
 define void @another_count_down_signed(double* %d, i64 %n) nounwind {
 entry:
        br label %loop