]> git.lizzy.rs Git - rust.git/blob - src/test/mir-opt/match_false_edges.full_tested_match2.PromoteTemps.before.mir
Rollup merge of #99864 - klensy:bootstrap-art-dupe, r=jyn514
[rust.git] / src / test / mir-opt / match_false_edges.full_tested_match2.PromoteTemps.before.mir
1 // MIR for `full_tested_match2` before PromoteTemps
2
3 fn full_tested_match2() -> () {
4     let mut _0: ();                      // return place in scope 0 at $DIR/match_false_edges.rs:+0:29: +0:29
5     let mut _1: (i32, i32);              // in scope 0 at $DIR/match_false_edges.rs:+1:13: +5:6
6     let mut _2: std::option::Option<i32>; // in scope 0 at $DIR/match_false_edges.rs:+1:19: +1:27
7     let mut _3: isize;                   // in scope 0 at $DIR/match_false_edges.rs:+2:9: +2:16
8     let mut _4: &std::option::Option<i32>; // in scope 0 at $DIR/match_false_edges.rs:+1:19: +1:27
9     let _5: i32;                         // in scope 0 at $DIR/match_false_edges.rs:+2:14: +2:15
10     let _6: &i32;                        // in scope 0 at $DIR/match_false_edges.rs:+2:14: +2:15
11     let mut _7: bool;                    // in scope 0 at $DIR/match_false_edges.rs:+2:20: +2:27
12     let mut _8: i32;                     // in scope 0 at $DIR/match_false_edges.rs:+2:35: +2:36
13     let _9: i32;                         // in scope 0 at $DIR/match_false_edges.rs:+4:14: +4:15
14     let mut _10: i32;                    // in scope 0 at $DIR/match_false_edges.rs:+4:24: +4:25
15     scope 1 {
16     }
17     scope 2 {
18         debug x => _5;                   // in scope 2 at $DIR/match_false_edges.rs:+2:14: +2:15
19         debug x => _6;                   // in scope 2 at $DIR/match_false_edges.rs:+2:14: +2:15
20     }
21     scope 3 {
22         debug y => _9;                   // in scope 3 at $DIR/match_false_edges.rs:+4:14: +4:15
23     }
24
25     bb0: {
26         StorageLive(_1);                 // scope 0 at $DIR/match_false_edges.rs:+1:13: +5:6
27         StorageLive(_2);                 // scope 0 at $DIR/match_false_edges.rs:+1:19: +1:27
28         _2 = Option::<i32>::Some(const 42_i32); // scope 0 at $DIR/match_false_edges.rs:+1:19: +1:27
29         FakeRead(ForMatchedPlace(None), _2); // scope 0 at $DIR/match_false_edges.rs:+1:19: +1:27
30         _3 = discriminant(_2);           // scope 0 at $DIR/match_false_edges.rs:+1:19: +1:27
31         switchInt(move _3) -> [0_isize: bb1, 1_isize: bb2, otherwise: bb4]; // scope 0 at $DIR/match_false_edges.rs:+1:13: +1:27
32     }
33
34     bb1: {
35         falseEdge -> [real: bb9, imaginary: bb3]; // scope 0 at $DIR/match_false_edges.rs:+3:9: +3:13
36     }
37
38     bb2: {
39         falseEdge -> [real: bb5, imaginary: bb1]; // scope 0 at $DIR/match_false_edges.rs:+2:9: +2:16
40     }
41
42     bb3: {
43         StorageLive(_9);                 // scope 0 at $DIR/match_false_edges.rs:+4:14: +4:15
44         _9 = ((_2 as Some).0: i32);      // scope 0 at $DIR/match_false_edges.rs:+4:14: +4:15
45         StorageLive(_10);                // scope 3 at $DIR/match_false_edges.rs:+4:24: +4:25
46         _10 = _9;                        // scope 3 at $DIR/match_false_edges.rs:+4:24: +4:25
47         _1 = (const 2_i32, move _10);    // scope 3 at $DIR/match_false_edges.rs:+4:20: +4:26
48         StorageDead(_10);                // scope 3 at $DIR/match_false_edges.rs:+4:25: +4:26
49         StorageDead(_9);                 // scope 0 at $DIR/match_false_edges.rs:+4:25: +4:26
50         goto -> bb10;                    // scope 0 at $DIR/match_false_edges.rs:+4:25: +4:26
51     }
52
53     bb4: {
54         unreachable;                     // scope 0 at $DIR/match_false_edges.rs:+1:19: +1:27
55     }
56
57     bb5: {
58         StorageLive(_6);                 // scope 0 at $DIR/match_false_edges.rs:+2:14: +2:15
59         _6 = &((_2 as Some).0: i32);     // scope 0 at $DIR/match_false_edges.rs:+2:14: +2:15
60         _4 = &shallow _2;                // scope 0 at $DIR/match_false_edges.rs:+1:19: +1:27
61         StorageLive(_7);                 // scope 0 at $DIR/match_false_edges.rs:+2:20: +2:27
62         _7 = guard() -> [return: bb6, unwind: bb11]; // scope 0 at $DIR/match_false_edges.rs:+2:20: +2:27
63                                          // mir::Constant
64                                          // + span: $DIR/match_false_edges.rs:25:20: 25:25
65                                          // + literal: Const { ty: fn() -> bool {guard}, val: Value(<ZST>) }
66     }
67
68     bb6: {
69         switchInt(move _7) -> [false: bb8, otherwise: bb7]; // scope 0 at $DIR/match_false_edges.rs:+2:20: +2:27
70     }
71
72     bb7: {
73         StorageDead(_7);                 // scope 0 at $DIR/match_false_edges.rs:+2:26: +2:27
74         FakeRead(ForMatchGuard, _4);     // scope 0 at $DIR/match_false_edges.rs:+2:26: +2:27
75         FakeRead(ForGuardBinding, _6);   // scope 0 at $DIR/match_false_edges.rs:+2:26: +2:27
76         StorageLive(_5);                 // scope 0 at $DIR/match_false_edges.rs:+2:14: +2:15
77         _5 = ((_2 as Some).0: i32);      // scope 0 at $DIR/match_false_edges.rs:+2:14: +2:15
78         StorageLive(_8);                 // scope 2 at $DIR/match_false_edges.rs:+2:35: +2:36
79         _8 = _5;                         // scope 2 at $DIR/match_false_edges.rs:+2:35: +2:36
80         _1 = (const 1_i32, move _8);     // scope 2 at $DIR/match_false_edges.rs:+2:31: +2:37
81         StorageDead(_8);                 // scope 2 at $DIR/match_false_edges.rs:+2:36: +2:37
82         StorageDead(_5);                 // scope 0 at $DIR/match_false_edges.rs:+2:36: +2:37
83         StorageDead(_6);                 // scope 0 at $DIR/match_false_edges.rs:+2:36: +2:37
84         goto -> bb10;                    // scope 0 at $DIR/match_false_edges.rs:+2:36: +2:37
85     }
86
87     bb8: {
88         StorageDead(_7);                 // scope 0 at $DIR/match_false_edges.rs:+2:26: +2:27
89         StorageDead(_6);                 // scope 0 at $DIR/match_false_edges.rs:+2:36: +2:37
90         falseEdge -> [real: bb3, imaginary: bb1]; // scope 0 at $DIR/match_false_edges.rs:+2:20: +2:27
91     }
92
93     bb9: {
94         _1 = (const 3_i32, const 3_i32); // scope 0 at $DIR/match_false_edges.rs:+3:17: +3:23
95         goto -> bb10;                    // scope 0 at $DIR/match_false_edges.rs:+3:17: +3:23
96     }
97
98     bb10: {
99         StorageDead(_2);                 // scope 0 at $DIR/match_false_edges.rs:+5:6: +5:7
100         StorageDead(_1);                 // scope 0 at $DIR/match_false_edges.rs:+5:6: +5:7
101         _0 = const ();                   // scope 0 at $DIR/match_false_edges.rs:+0:29: +6:2
102         return;                          // scope 0 at $DIR/match_false_edges.rs:+6:2: +6:2
103     }
104
105     bb11 (cleanup): {
106         resume;                          // scope 0 at $DIR/match_false_edges.rs:+0:1: +6:2
107     }
108 }