1 ; RUN: opt < %s -disable-output "-passes=print<scalar-evolution>" -scalar-evolution-max-iterations=0 2>&1 | FileCheck %s
4 ; CHECK: backedge-taken count is 113
10 %i = phi i8 [ 0, %entry ], [ %i.next, %loop ]
11 %i.next = add i8 %i, 18
12 %cond = icmp ne i8 %i.next, 4
13 br i1 %cond, label %loop, label %exit