Don't refuse to transform constexpr(call(arg, ...)) to call(constexpr(arg), ...)...
[oota-llvm.git] / test / Analysis / ScalarEvolution / sext-iv-1.ll
index 0bf51d9ba1b5544f16a8561806dce6bec18ea332..c34596d35af04724c1831a300c357e6de56c6adc 100644 (file)
@@ -1,5 +1,5 @@
-; RUN: opt < %s -disable-output -scalar-evolution -analyze \
-; RUN:  | grep { -->  (sext i. \{.\*,+,.\*\}<%bb1> to i64)} | count 5
+; RUN: opt < %s -scalar-evolution -analyze \
+; RUN:  | grep " -->  (sext i. {.*,+,.*}<%bb1> to i64)" | count 5
 
 ; Don't convert (sext {...,+,...}) to {sext(...),+,sext(...)} in cases
 ; where the trip count is not within range.