|
32 | 32 | _5 = _2; // scope 0 at $DIR/lower_intrinsics.rs:+1:53: +1:54
|
33 | 33 | - _3 = add_with_overflow::<i32>(move _4, move _5) -> [return: bb1, unwind unreachable]; // scope 0 at $DIR/lower_intrinsics.rs:+1:14: +1:55
|
34 | 34 | - // mir::Constant
|
35 |
| -- // + span: $DIR/lower_intrinsics.rs:111:14: 111:49 |
| 35 | +- // + span: $DIR/lower_intrinsics.rs:112:14: 112:49 |
36 | 36 | - // + literal: Const { ty: extern "rust-intrinsic" fn(i32, i32) -> (i32, bool) {add_with_overflow::<i32>}, val: Value(<ZST>) }
|
37 | 37 | + _3 = CheckedAdd(move _4, move _5); // scope 0 at $DIR/lower_intrinsics.rs:+1:14: +1:55
|
38 | 38 | + goto -> bb1; // scope 0 at $DIR/lower_intrinsics.rs:+1:14: +1:55
|
|
48 | 48 | _8 = _2; // scope 1 at $DIR/lower_intrinsics.rs:+2:53: +2:54
|
49 | 49 | - _6 = sub_with_overflow::<i32>(move _7, move _8) -> [return: bb2, unwind unreachable]; // scope 1 at $DIR/lower_intrinsics.rs:+2:14: +2:55
|
50 | 50 | - // mir::Constant
|
51 |
| -- // + span: $DIR/lower_intrinsics.rs:112:14: 112:49 |
| 51 | +- // + span: $DIR/lower_intrinsics.rs:113:14: 113:49 |
52 | 52 | - // + literal: Const { ty: extern "rust-intrinsic" fn(i32, i32) -> (i32, bool) {sub_with_overflow::<i32>}, val: Value(<ZST>) }
|
53 | 53 | + _6 = CheckedSub(move _7, move _8); // scope 1 at $DIR/lower_intrinsics.rs:+2:14: +2:55
|
54 | 54 | + goto -> bb2; // scope 1 at $DIR/lower_intrinsics.rs:+2:14: +2:55
|
|
64 | 64 | _11 = _2; // scope 2 at $DIR/lower_intrinsics.rs:+3:53: +3:54
|
65 | 65 | - _9 = mul_with_overflow::<i32>(move _10, move _11) -> [return: bb3, unwind unreachable]; // scope 2 at $DIR/lower_intrinsics.rs:+3:14: +3:55
|
66 | 66 | - // mir::Constant
|
67 |
| -- // + span: $DIR/lower_intrinsics.rs:113:14: 113:49 |
| 67 | +- // + span: $DIR/lower_intrinsics.rs:114:14: 114:49 |
68 | 68 | - // + literal: Const { ty: extern "rust-intrinsic" fn(i32, i32) -> (i32, bool) {mul_with_overflow::<i32>}, val: Value(<ZST>) }
|
69 | 69 | + _9 = CheckedMul(move _10, move _11); // scope 2 at $DIR/lower_intrinsics.rs:+3:14: +3:55
|
70 | 70 | + goto -> bb3; // scope 2 at $DIR/lower_intrinsics.rs:+3:14: +3:55
|
|
0 commit comments