]> git.lizzy.rs Git - rust.git/blob - src/test/mir-opt/simplify_cfg.main.SimplifyCfg-early-opt.diff
Auto merge of #83314 - Aaron1011:print-unstable-value, r=lcnr
[rust.git] / src / test / mir-opt / simplify_cfg.main.SimplifyCfg-early-opt.diff
1 - // MIR for `main` before SimplifyCfg-early-opt
2 + // MIR for `main` after SimplifyCfg-early-opt
3   
4   fn main() -> () {
5       let mut _0: ();                      // return place in scope 0 at $DIR/simplify_cfg.rs:5:11: 5:11
6       let mut _1: ();                      // in scope 0 at $DIR/simplify_cfg.rs:5:1: 11:2
7       let mut _2: bool;                    // in scope 0 at $DIR/simplify_cfg.rs:7:12: 7:17
8       let mut _3: !;                       // in scope 0 at $DIR/simplify_cfg.rs:7:18: 9:10
9   
10       bb0: {
11 -         goto -> bb1;                     // scope 0 at $DIR/simplify_cfg.rs:6:5: 10:6
12 -     }
13
14 -     bb1: {
15           StorageLive(_2);                 // scope 0 at $DIR/simplify_cfg.rs:7:12: 7:17
16 -         _2 = bar() -> bb2;               // scope 0 at $DIR/simplify_cfg.rs:7:12: 7:17
17 +         _2 = bar() -> bb1;               // scope 0 at $DIR/simplify_cfg.rs:7:12: 7:17
18                                            // mir::Constant
19                                            // + span: $DIR/simplify_cfg.rs:7:12: 7:15
20                                            // + literal: Const { ty: fn() -> bool {bar}, val: Value(Scalar(<ZST>)) }
21       }
22   
23 -     bb2: {
24 -         switchInt(move _2) -> [false: bb4, otherwise: bb3]; // scope 0 at $DIR/simplify_cfg.rs:7:9: 9:10
25 +     bb1: {
26 +         switchInt(move _2) -> [false: bb3, otherwise: bb2]; // scope 0 at $DIR/simplify_cfg.rs:7:9: 9:10
27       }
28   
29 -     bb3: {
30 +     bb2: {
31           _0 = const ();                   // scope 0 at $DIR/simplify_cfg.rs:8:13: 8:18
32           StorageDead(_2);                 // scope 0 at $DIR/simplify_cfg.rs:9:9: 9:10
33           return;                          // scope 0 at $DIR/simplify_cfg.rs:11:2: 11:2
34       }
35   
36 -     bb4: {
37 +     bb3: {
38           _1 = const ();                   // scope 0 at $DIR/simplify_cfg.rs:9:10: 9:10
39           StorageDead(_2);                 // scope 0 at $DIR/simplify_cfg.rs:9:9: 9:10
40           goto -> bb0;                     // scope 0 at $DIR/simplify_cfg.rs:6:5: 10:6
41 -     }
42
43 -     bb5 (cleanup): {
44 -         resume;                          // scope 0 at $DIR/simplify_cfg.rs:5:1: 11:2
45       }
46   }
47