[ORC] Add std::tuple support to SimplePackedSerialization.
[llvm-project.git] / llvm / test / Analysis / ScalarEvolution / 2007-09-27-LargeStepping.ll
blobf766674460dfc142041408df369667e0a2201e13
1 ; RUN: opt < %s -analyze -enable-new-pm=0 -scalar-evolution -scalar-evolution-max-iterations=0 | FileCheck %s
2 ; RUN: opt < %s -disable-output "-passes=print<scalar-evolution>" -scalar-evolution-max-iterations=0 2>&1 | FileCheck %s
3 ; PR1706
5 ; CHECK: backedge-taken count is 13
7 define i32 @f() {
8 entry:
9         br label %bb5
11 bb:             ; preds = %bb5
12         %tmp2 = shl i32 %j.0, 1         ; <i32> [#uses=1]
13         %tmp4 = add i32 %i.0, 268435456         ; <i32> [#uses=1]
14         br label %bb5
16 bb5:            ; preds = %bb, %entry
17         %j.0 = phi i32 [ 1, %entry ], [ %tmp2, %bb ]            ; <i32> [#uses=2]
18         %i.0 = phi i32 [ -1879048192, %entry ], [ %tmp4, %bb ]          ; <i32> [#uses=2]
19         %tmp7 = icmp slt i32 %i.0, 1610612736           ; <i1> [#uses=1]
20         br i1 %tmp7, label %bb, label %return
22 return:         ; preds = %bb5
23         ret i32 %j.0