|
13 | 13 | # CHECK-NEXT: - { bb: {{.*}}, offset: {{.*}}, fwdArgRegs: [] |
14 | 14 |
|
15 | 15 | --- | |
16 | | - declare !type !0 noundef i32 @_Z4fizzii(i32 noundef %x, i32 noundef %y) |
| 16 | + declare !type !0 i32 @_Z4fizzii(i32 %x, i32 %y) |
17 | 17 |
|
18 | | - declare !type !0 noundef i32 @_Z4buzzii(i32 noundef %x, i32 noundef %y) |
| 18 | + declare !type !0 i32 @_Z4buzzii(i32 %x, i32 %y) |
19 | 19 |
|
20 | | - define dso_local noundef i32 @_Z3barii(i32 noundef %x, i32 noundef %y) !type !0 { |
| 20 | + define i32 @_Z3barii(i32 %x, i32 %y) !type !0 { |
21 | 21 | entry: |
22 | 22 | %x.addr = alloca i32, align 4 |
23 | 23 | %y.addr = alloca i32, align 4 |
24 | 24 | store i32 %x, ptr %x.addr, align 4 |
25 | 25 | store i32 %y, ptr %y.addr, align 4 |
26 | 26 | %x_val = load i32, ptr %x.addr, align 4 |
27 | 27 | %y_val = load i32, ptr %y.addr, align 4 |
28 | | - %call = call noundef i32 @_Z4buzzii(i32 noundef %x_val, i32 noundef %y_val) |
| 28 | + %call = call i32 @_Z4buzzii(i32 %x_val, i32 %y_val) |
29 | 29 | %x_val_2 = load i32, ptr %x.addr, align 4 |
30 | 30 | %y_val_2 = load i32, ptr %y.addr, align 4 |
31 | | - %call1 = call noundef i32 @_Z4fizzii(i32 noundef %x_val_2, i32 noundef %y_val_2) |
| 31 | + %call1 = call i32 @_Z4fizzii(i32 %x_val_2, i32 %y_val_2) |
32 | 32 | %sub = sub nsw i32 %call, %call1 |
33 | 33 | ret i32 %sub |
34 | 34 | } |
35 | 35 |
|
36 | | - define dso_local noundef i32 @_Z3fooii(i32 noundef %x, i32 noundef %y) !type !0 { |
| 36 | + define i32 @_Z3fooii(i32 %x, i32 %y) !type !0 { |
37 | 37 | entry: |
38 | 38 | %x.addr = alloca i32, align 4 |
39 | 39 | %y.addr = alloca i32, align 4 |
40 | 40 | store i32 %x, ptr %x.addr, align 4 |
41 | 41 | store i32 %y, ptr %y.addr, align 4 |
42 | 42 | %x_val = load i32, ptr %x.addr, align 4 |
43 | 43 | %y_val = load i32, ptr %y.addr, align 4 |
44 | | - %call = call noundef i32 @_Z3barii(i32 noundef %x_val, i32 noundef %y_val) |
| 44 | + %call = call i32 @_Z3barii(i32 %x_val, i32 %y_val) |
45 | 45 | ret i32 %call |
46 | 46 | } |
47 | 47 |
|
|
0 commit comments