1 ; RUN: llvm-as < %s | opt -analyze -scalar-evolution \
2 ; RUN: -scalar-evolution-max-iterations=0 | grep {backedge-taken count is 113}
9 %i = phi i8 [ 0, %entry ], [ %i.next, %loop ]
10 %i.next = add i8 %i, 18
11 %cond = icmp ne i8 %i.next, 4
12 br i1 %cond, label %loop, label %exit