]> git.lizzy.rs Git - rust.git/blob - src/test/mir-opt/separate_const_switch.too_complex.ConstProp.diff
remove an ineffective check in const_prop
[rust.git] / src / test / mir-opt / separate_const_switch.too_complex.ConstProp.diff
1 - // MIR for `too_complex` before ConstProp
2 + // MIR for `too_complex` after ConstProp
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_isize: bb3, 1_isize: 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           Deinit(_2);                      // scope 2 at $DIR/separate_const_switch.rs:+8:23: +8:44
42           ((_2 as Break).0: usize) = move _7; // scope 2 at $DIR/separate_const_switch.rs:+8:23: +8:44
43           discriminant(_2) = 1;            // scope 2 at $DIR/separate_const_switch.rs:+8:23: +8:44
44           StorageDead(_7);                 // scope 2 at $DIR/separate_const_switch.rs:+8:43: +8:44
45           StorageDead(_6);                 // scope 0 at $DIR/separate_const_switch.rs:+8:43: +8:44
46 -         _8 = discriminant(_2);           // scope 0 at $DIR/separate_const_switch.rs:+5:11: +10:6
47 -         switchInt(move _8) -> [0_isize: bb6, 1_isize: bb4, otherwise: bb5]; // scope 0 at $DIR/separate_const_switch.rs:+5:5: +10:6
48 +         _8 = const 1_isize;              // scope 0 at $DIR/separate_const_switch.rs:+5:11: +10:6
49 +         switchInt(const 1_isize) -> [0_isize: bb6, 1_isize: bb4, otherwise: bb5]; // scope 0 at $DIR/separate_const_switch.rs:+5:5: +10:6
50       }
51   
52       bb2: {
53           unreachable;                     // scope 0 at $DIR/separate_const_switch.rs:+6:15: +6:16
54       }
55   
56       bb3: {
57           StorageLive(_4);                 // scope 0 at $DIR/separate_const_switch.rs:+7:16: +7:17
58           _4 = ((_1 as Ok).0: i32);        // scope 0 at $DIR/separate_const_switch.rs:+7:16: +7:17
59           StorageLive(_5);                 // scope 1 at $DIR/separate_const_switch.rs:+7:44: +7:45
60           _5 = _4;                         // scope 1 at $DIR/separate_const_switch.rs:+7:44: +7:45
61           Deinit(_2);                      // scope 1 at $DIR/separate_const_switch.rs:+7:22: +7:46
62           ((_2 as Continue).0: i32) = move _5; // scope 1 at $DIR/separate_const_switch.rs:+7:22: +7:46
63           discriminant(_2) = 0;            // scope 1 at $DIR/separate_const_switch.rs:+7:22: +7:46
64           StorageDead(_5);                 // scope 1 at $DIR/separate_const_switch.rs:+7:45: +7:46
65           StorageDead(_4);                 // scope 0 at $DIR/separate_const_switch.rs:+7:45: +7:46
66 -         _8 = discriminant(_2);           // scope 0 at $DIR/separate_const_switch.rs:+5:11: +10:6
67 -         switchInt(move _8) -> [0_isize: bb6, 1_isize: bb4, otherwise: bb5]; // scope 0 at $DIR/separate_const_switch.rs:+5:5: +10:6
68 +         _8 = const 0_isize;              // scope 0 at $DIR/separate_const_switch.rs:+5:11: +10:6
69 +         switchInt(const 0_isize) -> [0_isize: bb6, 1_isize: bb4, otherwise: bb5]; // scope 0 at $DIR/separate_const_switch.rs:+5:5: +10:6
70       }
71   
72       bb4: {
73           StorageLive(_11);                // scope 0 at $DIR/separate_const_switch.rs:+12:28: +12:29
74           _11 = ((_2 as Break).0: usize);  // scope 0 at $DIR/separate_const_switch.rs:+12:28: +12:29
75           Deinit(_0);                      // scope 4 at $DIR/separate_const_switch.rs:+12:34: +12:38
76           discriminant(_0) = 0;            // scope 4 at $DIR/separate_const_switch.rs:+12:34: +12:38
77           StorageDead(_11);                // scope 0 at $DIR/separate_const_switch.rs:+12:37: +12:38
78           goto -> bb7;                     // scope 0 at $DIR/separate_const_switch.rs:+12:37: +12:38
79       }
80   
81       bb5: {
82           unreachable;                     // scope 0 at $DIR/separate_const_switch.rs:+5:11: +10:6
83       }
84   
85       bb6: {
86           StorageLive(_9);                 // scope 0 at $DIR/separate_const_switch.rs:+11:31: +11:32
87           _9 = ((_2 as Continue).0: i32);  // scope 0 at $DIR/separate_const_switch.rs:+11:31: +11:32
88           StorageLive(_10);                // scope 3 at $DIR/separate_const_switch.rs:+11:42: +11:43
89           _10 = _9;                        // scope 3 at $DIR/separate_const_switch.rs:+11:42: +11:43
90           Deinit(_0);                      // scope 3 at $DIR/separate_const_switch.rs:+11:37: +11:44
91           ((_0 as Some).0: i32) = move _10; // scope 3 at $DIR/separate_const_switch.rs:+11:37: +11:44
92           discriminant(_0) = 1;            // scope 3 at $DIR/separate_const_switch.rs:+11:37: +11:44
93           StorageDead(_10);                // scope 3 at $DIR/separate_const_switch.rs:+11:43: +11:44
94           StorageDead(_9);                 // scope 0 at $DIR/separate_const_switch.rs:+11:43: +11:44
95           goto -> bb7;                     // scope 0 at $DIR/separate_const_switch.rs:+11:43: +11:44
96       }
97   
98       bb7: {
99           StorageDead(_2);                 // scope 0 at $DIR/separate_const_switch.rs:+14:1: +14:2
100           return;                          // scope 0 at $DIR/separate_const_switch.rs:+14:2: +14:2
101       }
102   }
103