]> git.lizzy.rs Git - rust.git/blob - tests/mir-opt/separate_const_switch.too_complex.SeparateConstSwitch.diff
Do not eagerly recover for bad impl-trait in macros
[rust.git] / tests / mir-opt / separate_const_switch.too_complex.SeparateConstSwitch.diff
1 - // MIR for `too_complex` before SeparateConstSwitch
2 + // MIR for `too_complex` after SeparateConstSwitch
3   
4   fn too_complex(_1: Result<i32, usize>) -> Option<i32> {
5       debug x => _1;                       // in scope 0 at $DIR/separate_const_switch.rs:+0:16: +0:17
6       let mut _0: std::option::Option<i32>; // return place in scope 0 at $DIR/separate_const_switch.rs:+0:42: +0:53
7       let mut _2: std::ops::ControlFlow<usize, i32>; // in scope 0 at $DIR/separate_const_switch.rs:+5:11: +10:6
8       let mut _3: isize;                   // in scope 0 at $DIR/separate_const_switch.rs:+7:13: +7:18
9       let _4: i32;                         // in scope 0 at $DIR/separate_const_switch.rs:+7:16: +7:17
10       let mut _5: i32;                     // in scope 0 at $DIR/separate_const_switch.rs:+7:44: +7:45
11       let _6: usize;                       // in scope 0 at $DIR/separate_const_switch.rs:+8:17: +8:18
12       let mut _7: usize;                   // in scope 0 at $DIR/separate_const_switch.rs:+8:42: +8:43
13       let mut _8: isize;                   // in scope 0 at $DIR/separate_const_switch.rs:+11:9: +11:33
14       let _9: i32;                         // in scope 0 at $DIR/separate_const_switch.rs:+11:31: +11:32
15       let mut _10: i32;                    // in scope 0 at $DIR/separate_const_switch.rs:+11:42: +11:43
16       let _11: usize;                      // in scope 0 at $DIR/separate_const_switch.rs:+12:28: +12:29
17       scope 1 {
18           debug v => _4;                   // in scope 1 at $DIR/separate_const_switch.rs:+7:16: +7:17
19       }
20       scope 2 {
21           debug r => _6;                   // in scope 2 at $DIR/separate_const_switch.rs:+8:17: +8:18
22       }
23       scope 3 {
24           debug v => _9;                   // in scope 3 at $DIR/separate_const_switch.rs:+11:31: +11:32
25       }
26       scope 4 {
27           debug r => _11;                  // in scope 4 at $DIR/separate_const_switch.rs:+12:28: +12:29
28       }
29   
30       bb0: {
31           StorageLive(_2);                 // scope 0 at $DIR/separate_const_switch.rs:+5:11: +10:6
32           _3 = discriminant(_1);           // scope 0 at $DIR/separate_const_switch.rs:+6:15: +6:16
33           switchInt(move _3) -> [0: bb3, 1: bb1, otherwise: bb2]; // scope 0 at $DIR/separate_const_switch.rs:+6:9: +6:16
34       }
35   
36       bb1: {
37           StorageLive(_6);                 // scope 0 at $DIR/separate_const_switch.rs:+8:17: +8:18
38           _6 = ((_1 as Err).0: usize);     // scope 0 at $DIR/separate_const_switch.rs:+8:17: +8:18
39           StorageLive(_7);                 // scope 2 at $DIR/separate_const_switch.rs:+8:42: +8:43
40           _7 = _6;                         // scope 2 at $DIR/separate_const_switch.rs:+8:42: +8:43
41           _2 = ControlFlow::<usize, i32>::Break(move _7); // scope 2 at $DIR/separate_const_switch.rs:+8:23: +8:44
42           StorageDead(_7);                 // scope 2 at $DIR/separate_const_switch.rs:+8:43: +8:44
43           StorageDead(_6);                 // scope 0 at $DIR/separate_const_switch.rs:+8:43: +8:44
44           goto -> bb4;                     // scope 0 at $DIR/separate_const_switch.rs:+8:43: +8:44
45       }
46   
47       bb2: {
48           unreachable;                     // scope 0 at $DIR/separate_const_switch.rs:+6:15: +6:16
49       }
50   
51       bb3: {
52           StorageLive(_4);                 // scope 0 at $DIR/separate_const_switch.rs:+7:16: +7:17
53           _4 = ((_1 as Ok).0: i32);        // scope 0 at $DIR/separate_const_switch.rs:+7:16: +7:17
54           StorageLive(_5);                 // scope 1 at $DIR/separate_const_switch.rs:+7:44: +7:45
55           _5 = _4;                         // scope 1 at $DIR/separate_const_switch.rs:+7:44: +7:45
56           _2 = ControlFlow::<usize, i32>::Continue(move _5); // scope 1 at $DIR/separate_const_switch.rs:+7:22: +7:46
57           StorageDead(_5);                 // scope 1 at $DIR/separate_const_switch.rs:+7:45: +7:46
58           StorageDead(_4);                 // scope 0 at $DIR/separate_const_switch.rs:+7:45: +7:46
59           goto -> bb4;                     // scope 0 at $DIR/separate_const_switch.rs:+7:45: +7:46
60       }
61   
62       bb4: {
63           _8 = discriminant(_2);           // scope 0 at $DIR/separate_const_switch.rs:+5:11: +10:6
64           switchInt(move _8) -> [0: bb7, 1: bb5, otherwise: bb6]; // scope 0 at $DIR/separate_const_switch.rs:+5:5: +10:6
65       }
66   
67       bb5: {
68           StorageLive(_11);                // scope 0 at $DIR/separate_const_switch.rs:+12:28: +12:29
69           _11 = ((_2 as Break).0: usize);  // scope 0 at $DIR/separate_const_switch.rs:+12:28: +12:29
70           _0 = Option::<i32>::None;        // scope 4 at $DIR/separate_const_switch.rs:+12:34: +12:38
71           StorageDead(_11);                // scope 0 at $DIR/separate_const_switch.rs:+12:37: +12:38
72           goto -> bb8;                     // scope 0 at $DIR/separate_const_switch.rs:+12:37: +12:38
73       }
74   
75       bb6: {
76           unreachable;                     // scope 0 at $DIR/separate_const_switch.rs:+5:11: +10:6
77       }
78   
79       bb7: {
80           StorageLive(_9);                 // scope 0 at $DIR/separate_const_switch.rs:+11:31: +11:32
81           _9 = ((_2 as Continue).0: i32);  // scope 0 at $DIR/separate_const_switch.rs:+11:31: +11:32
82           StorageLive(_10);                // scope 3 at $DIR/separate_const_switch.rs:+11:42: +11:43
83           _10 = _9;                        // scope 3 at $DIR/separate_const_switch.rs:+11:42: +11:43
84           _0 = Option::<i32>::Some(move _10); // scope 3 at $DIR/separate_const_switch.rs:+11:37: +11:44
85           StorageDead(_10);                // scope 3 at $DIR/separate_const_switch.rs:+11:43: +11:44
86           StorageDead(_9);                 // scope 0 at $DIR/separate_const_switch.rs:+11:43: +11:44
87           goto -> bb8;                     // scope 0 at $DIR/separate_const_switch.rs:+11:43: +11:44
88       }
89   
90       bb8: {
91           StorageDead(_2);                 // scope 0 at $DIR/separate_const_switch.rs:+14:1: +14:2
92           return;                          // scope 0 at $DIR/separate_const_switch.rs:+14:2: +14:2
93       }
94   }
95