]> git.lizzy.rs Git - rust.git/blob - src/test/mir-opt/if_condition_int.opt_i8.SimplifyComparisonIntegral.diff
Auto merge of #98957 - RalfJung:zst-are-different, r=lcnr,oli-obk
[rust.git] / src / test / mir-opt / if_condition_int.opt_i8.SimplifyComparisonIntegral.diff
1 - // MIR for `opt_i8` before SimplifyComparisonIntegral
2 + // MIR for `opt_i8` after SimplifyComparisonIntegral
3   
4   fn opt_i8(_1: i8) -> u32 {
5       debug x => _1;                       // in scope 0 at $DIR/if-condition-int.rs:24:11: 24:12
6       let mut _0: u32;                     // return place in scope 0 at $DIR/if-condition-int.rs:24:21: 24:24
7       let mut _2: bool;                    // in scope 0 at $DIR/if-condition-int.rs:25:8: 25:15
8       let mut _3: i8;                      // in scope 0 at $DIR/if-condition-int.rs:25:8: 25:9
9   
10       bb0: {
11           StorageLive(_2);                 // scope 0 at $DIR/if-condition-int.rs:25:8: 25:15
12           StorageLive(_3);                 // scope 0 at $DIR/if-condition-int.rs:25:8: 25:9
13           _3 = _1;                         // scope 0 at $DIR/if-condition-int.rs:25:8: 25:9
14 -         _2 = Eq(move _3, const 42_i8);   // scope 0 at $DIR/if-condition-int.rs:25:8: 25:15
15 -         StorageDead(_3);                 // scope 0 at $DIR/if-condition-int.rs:25:14: 25:15
16 -         switchInt(move _2) -> [false: bb2, otherwise: bb1]; // scope 0 at $DIR/if-condition-int.rs:25:8: 25:15
17 +         nop;                             // scope 0 at $DIR/if-condition-int.rs:25:8: 25:15
18 +         nop;                             // scope 0 at $DIR/if-condition-int.rs:25:14: 25:15
19 +         switchInt(move _3) -> [42_i8: bb1, otherwise: bb2]; // scope 0 at $DIR/if-condition-int.rs:25:8: 25:15
20       }
21   
22       bb1: {
23 +         StorageDead(_3);                 // scope 0 at $DIR/if-condition-int.rs:25:8: 25:15
24           _0 = const 0_u32;                // scope 0 at $DIR/if-condition-int.rs:25:18: 25:19
25           goto -> bb3;                     // scope 0 at $DIR/if-condition-int.rs:25:5: 25:32
26       }
27   
28       bb2: {
29 +         StorageDead(_3);                 // scope 0 at $DIR/if-condition-int.rs:25:8: 25:15
30           _0 = const 1_u32;                // scope 0 at $DIR/if-condition-int.rs:25:29: 25:30
31           goto -> bb3;                     // scope 0 at $DIR/if-condition-int.rs:25:5: 25:32
32       }
33   
34       bb3: {
35           StorageDead(_2);                 // scope 0 at $DIR/if-condition-int.rs:25:31: 25:32
36           return;                          // scope 0 at $DIR/if-condition-int.rs:26:2: 26:2
37       }
38   }
39