[DAGCombiner] Add target hook function to decide folding (mul (add x, c1), c2)
[llvm-project.git] / llvm / test / Transforms / Attributor / cb_liveness_enabled.ll
blobc5ed7b0278eb52c1051c9865ffb7215f4fd1686f
1 ; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --function-signature --scrub-attributes --check-globals
2 ; call site specific analysis is enabled
4 ; RUN: opt -attributor -enable-new-pm=0 -attributor-enable-call-site-specific-deduction=true -attributor-manifest-internal  -attributor-max-iterations-verify -attributor-annotate-decl-cs -attributor-max-iterations=1 -S < %s | FileCheck %s --check-prefixes=CHECK,NOT_CGSCC_NPM,NOT_CGSCC_OPM,NOT_TUNIT_NPM,IS__TUNIT____,IS________OPM,IS__TUNIT_OPM
6 ; RUN: opt -aa-pipeline=basic-aa -passes=attributor -attributor-enable-call-site-specific-deduction=true -attributor-manifest-internal  -attributor-max-iterations-verify -attributor-annotate-decl-cs -attributor-max-iterations=1 -S < %s | FileCheck %s --check-prefixes=CHECK,NOT_CGSCC_OPM,NOT_CGSCC_NPM,NOT_TUNIT_OPM,IS__TUNIT____,IS________NPM,IS__TUNIT_NPM
8 ; RUN: opt -attributor-cgscc -attributor-enable-call-site-specific-deduction=true -enable-new-pm=0 -attributor-manifest-internal  -attributor-annotate-decl-cs -S < %s | FileCheck %s --check-prefixes=CHECK,NOT_TUNIT_NPM,NOT_TUNIT_OPM,NOT_CGSCC_NPM,IS__CGSCC____,IS________OPM,IS__CGSCC_OPM
10 ; RUN: opt -aa-pipeline=basic-aa -passes=attributor-cgscc -attributor-enable-call-site-specific-deduction=true -attributor-manifest-internal  -attributor-annotate-decl-cs -S < %s | FileCheck %s --check-prefixes=CHECK,NOT_TUNIT_NPM,NOT_TUNIT_OPM,NOT_CGSCC_OPM,IS__CGSCC____,IS________NPM,IS__CGSCC_NPM
12 define dso_local i32 @test_range1(i32 %0) #0 {
13 ; CHECK-LABEL: define {{[^@]+}}@test_range1
14 ; CHECK-SAME: (i32 [[TMP0:%.*]]) #[[ATTR0:[0-9]+]] {
15 ; CHECK-NEXT:    [[TMP2:%.*]] = icmp ne i32 [[TMP0]], 0
16 ; CHECK-NEXT:    br i1 [[TMP2]], label [[TMP3:%.*]], label [[TMP4:%.*]]
17 ; CHECK:       3:
18 ; CHECK-NEXT:    br label [[TMP5:%.*]]
19 ; CHECK:       4:
20 ; CHECK-NEXT:    br label [[TMP5]]
21 ; CHECK:       5:
22 ; CHECK-NEXT:    [[DOT0:%.*]] = phi i32 [ 100, [[TMP3]] ], [ 0, [[TMP4]] ]
23 ; CHECK-NEXT:    ret i32 [[DOT0]]
25   %2 = icmp ne i32 %0, 0
26   br i1 %2, label %3, label %4
28 3:                                                ; preds = %1
29   br label %5
31 4:                                                ; preds = %1
32   br label %5
34 5:                                                ; preds = %4, %3
35   %.0 = phi i32 [ 100, %3 ], [ 0, %4 ]
36   ret i32 %.0
39 define i32 @test_range2(i32 %0) #0 {
40 ; CHECK-LABEL: define {{[^@]+}}@test_range2
41 ; CHECK-SAME: (i32 [[TMP0:%.*]]) #[[ATTR0]] {
42 ; CHECK-NEXT:    [[TMP2:%.*]] = icmp ne i32 [[TMP0]], 0
43 ; CHECK-NEXT:    br i1 [[TMP2]], label [[TMP3:%.*]], label [[TMP4:%.*]]
44 ; CHECK:       3:
45 ; CHECK-NEXT:    br label [[TMP5:%.*]]
46 ; CHECK:       4:
47 ; CHECK-NEXT:    br label [[TMP5]]
48 ; CHECK:       5:
49 ; CHECK-NEXT:    [[DOT0:%.*]] = phi i32 [ 100, [[TMP3]] ], [ 200, [[TMP4]] ]
50 ; CHECK-NEXT:    ret i32 [[DOT0]]
52   %2 = icmp ne i32 %0, 0
53   br i1 %2, label %3, label %4
55 3:                                                ; preds = %1
56   br label %5
58 4:                                                ; preds = %1
59   br label %5
61 5:                                                ; preds = %4, %3
62   %.0 = phi i32 [ 100, %3 ], [ 200, %4 ]
63   ret i32 %.0
65 define i32 @test(i32 %0, i32 %1) #0 {
66 ; CHECK-LABEL: define {{[^@]+}}@test
67 ; CHECK-SAME: (i32 [[TMP0:%.*]], i32 [[TMP1:%.*]]) #[[ATTR0]] {
68 ; CHECK-NEXT:    [[TMP3:%.*]] = icmp ne i32 [[TMP1]], 0
69 ; CHECK-NEXT:    br i1 [[TMP3]], label [[TMP4:%.*]], label [[TMP6:%.*]]
70 ; CHECK:       4:
71 ; CHECK-NEXT:    [[TMP5:%.*]] = call noundef i32 @test_range1(i32 [[TMP0]]) #[[ATTR1:[0-9]+]], !range [[RNG0:![0-9]+]]
72 ; CHECK-NEXT:    br label [[TMP8:%.*]]
73 ; CHECK:       6:
74 ; CHECK-NEXT:    [[TMP7:%.*]] = call noundef i32 @test_range2(i32 [[TMP0]]) #[[ATTR1]], !range [[RNG1:![0-9]+]]
75 ; CHECK-NEXT:    br label [[TMP8]]
76 ; CHECK:       8:
77 ; CHECK-NEXT:    [[DOT0:%.*]] = phi i32 [ [[TMP5]], [[TMP4]] ], [ [[TMP7]], [[TMP6]] ]
78 ; CHECK-NEXT:    ret i32 [[DOT0]]
80   %3 = icmp ne i32 %1, 0
81   br i1 %3, label %4, label %6
83 4:                                                ; preds = %2
84   %5 = call i32 @test_range1(i32 %0)
85   br label %8
87 6:                                                ; preds = %2
88   %7 = call i32 @test_range2(i32 %0)
89   br label %8
91 8:                                                ; preds = %6, %4
92   %.0 = phi i32 [ %5, %4 ], [ %7, %6 ]
93   ret i32 %.0
96 define i32 @test_pcheck1(i32 %0) #0 {
97 ; CHECK-LABEL: define {{[^@]+}}@test_pcheck1
98 ; CHECK-SAME: (i32 [[TMP0:%.*]]) #[[ATTR0]] {
99 ; CHECK-NEXT:    [[TMP2:%.*]] = call i32 @test(i32 [[TMP0]], i32 noundef 1) #[[ATTR1]], !range [[RNG2:![0-9]+]]
100 ; CHECK-NEXT:    [[TMP3:%.*]] = icmp slt i32 [[TMP2]], 101
101 ; CHECK-NEXT:    [[TMP4:%.*]] = zext i1 [[TMP3]] to i32
102 ; CHECK-NEXT:    ret i32 [[TMP4]]
104 ; IS__TUNIT_____ENABLED-LABEL: define {{[^@]+}}@test_pcheck1
105 ; IS__TUNIT_____ENABLED-SAME: (i32 [[TMP0:%.*]])
106 ; IS__TUNIT_____ENABLED-NEXT:    ret i32 1
107   %2 = call i32 @test(i32 %0, i32 1)
108   %3 = icmp slt i32 %2, 101
109   %4 = zext i1 %3 to i32
110   ret i32 %4
113 define i32 @test_pcheck2(i32 %0) #0 {
114 ; CHECK-LABEL: define {{[^@]+}}@test_pcheck2
115 ; CHECK-SAME: (i32 [[TMP0:%.*]]) #[[ATTR0]] {
116 ; CHECK-NEXT:    [[TMP2:%.*]] = call i32 @test(i32 [[TMP0]], i32 noundef 0) #[[ATTR1]], !range [[RNG2]]
117 ; CHECK-NEXT:    [[TMP3:%.*]] = icmp sgt i32 [[TMP2]], 99
118 ; CHECK-NEXT:    [[TMP4:%.*]] = zext i1 [[TMP3]] to i32
119 ; CHECK-NEXT:    ret i32 [[TMP4]]
121   %2 = call i32 @test(i32 %0, i32 0)
122   %3 = icmp sgt i32 %2, 99
123   %4 = zext i1 %3 to i32
124   ret i32 %4
127 define i32 @test_ncheck1(i32 %0) #0 {
128 ; CHECK-LABEL: define {{[^@]+}}@test_ncheck1
129 ; CHECK-SAME: (i32 [[TMP0:%.*]]) #[[ATTR0]] {
130 ; CHECK-NEXT:    [[TMP2:%.*]] = call i32 @test(i32 [[TMP0]], i32 noundef 1) #[[ATTR1]], !range [[RNG2]]
131 ; CHECK-NEXT:    [[TMP3:%.*]] = icmp sgt i32 [[TMP2]], 50
132 ; CHECK-NEXT:    [[TMP4:%.*]] = zext i1 [[TMP3]] to i32
133 ; CHECK-NEXT:    ret i32 [[TMP4]]
135   %2 = call i32 @test(i32 %0, i32 1)
136   %3 = icmp sgt i32 %2, 50
137   %4 = zext i1 %3 to i32
138   ret i32 %4
141 define i32 @test_ncheck2(i32 %0) #0 {
142 ; CHECK-LABEL: define {{[^@]+}}@test_ncheck2
143 ; CHECK-SAME: (i32 [[TMP0:%.*]]) #[[ATTR0]] {
144 ; CHECK-NEXT:    [[TMP2:%.*]] = call i32 @test(i32 [[TMP0]], i32 noundef 0) #[[ATTR1]], !range [[RNG2]]
145 ; CHECK-NEXT:    [[TMP3:%.*]] = icmp sgt i32 [[TMP2]], 150
146 ; CHECK-NEXT:    [[TMP4:%.*]] = zext i1 [[TMP3]] to i32
147 ; CHECK-NEXT:    ret i32 [[TMP4]]
149   %2 = call i32 @test(i32 %0, i32 0)
150   %3 = icmp sgt i32 %2, 150
151   %4 = zext i1 %3 to i32
152   ret i32 %4
155 attributes #0 = { noinline nounwind sspstrong uwtable}
157 ; IS__TUNIT_____: !0 = !{i32 0, i32 101}
158 ; IS__TUNIT_____: !1 = !{i32 100, i32 201}
160 ; IS__TUNIT____: attributes #[[ATTR0]] = { nofree noinline nosync nounwind readnone sspstrong uwtable willreturn }
161 ; IS__TUNIT____: attributes #[[ATTR1]] = { nofree nosync nounwind readnone willreturn }
163 ; IS__CGSCC____: attributes #[[ATTR0]] = { nofree noinline norecurse nosync nounwind readnone sspstrong uwtable willreturn }
164 ; IS__CGSCC____: attributes #[[ATTR1]] = { readnone willreturn }
166 ; CHECK: [[RNG0]] = !{i32 0, i32 101}
167 ; CHECK: [[RNG1]] = !{i32 100, i32 201}
168 ; CHECK: [[RNG2]] = !{i32 0, i32 201}