[ORC] Add std::tuple support to SimplePackedSerialization.
[llvm-project.git] / llvm / test / Analysis / ScalarEvolution / pr49856.ll
blobb9ee43981e78b3ecc8551f678da40532829bd59f
1 ; NOTE: Assertions have been autogenerated by utils/update_analyze_test_checks.py
2 ; RUN: opt < %s -analyze -enable-new-pm=0 -scalar-evolution | FileCheck %s
3 ; RUN: opt < %s -disable-output "-passes=print<scalar-evolution>" 2>&1 | FileCheck %s
5 define void @test() {
6 ; CHECK-LABEL: 'test'
7 ; CHECK-NEXT:  Classifying expressions for: @test
8 ; CHECK-NEXT:    %tmp = phi i32 [ 2, %bb ], [ %tmp2, %bb3 ]
9 ; CHECK-NEXT:    --> %tmp U: [1,-2147483648) S: [0,-2147483648)
10 ; CHECK-NEXT:    %tmp2 = add nuw nsw i32 %tmp, 1
11 ; CHECK-NEXT:    --> (1 + %tmp)<nuw> U: [1,-2147483647) S: [1,-2147483647)
12 ; CHECK-NEXT:  Determining loop execution counts for: @test
14 bb:
15   br label %bb1
17 bb1:                                              ; preds = %bb3, %bb
18   %tmp = phi i32 [ 2, %bb ], [ %tmp2, %bb3 ]
19   %tmp2 = add nuw nsw i32 %tmp, 1
20   ret void
22 bb3:                                              ; No predecessors!
23   br label %bb1