]> git.lizzy.rs Git - rust.git/blob - tests/mir-opt/const_debuginfo.main.ConstDebugInfo.diff
Auto merge of #107443 - cjgillot:generator-less-query, r=compiler-errors
[rust.git] / tests / mir-opt / const_debuginfo.main.ConstDebugInfo.diff
1 - // MIR for `main` before ConstDebugInfo
2 + // MIR for `main` after ConstDebugInfo
3   
4   fn main() -> () {
5       let mut _0: ();                      // return place in scope 0 at $DIR/const_debuginfo.rs:+0:11: +0:11
6       let _1: u8;                          // in scope 0 at $DIR/const_debuginfo.rs:+1:9: +1:10
7       let mut _5: u8;                      // in scope 0 at $DIR/const_debuginfo.rs:+4:15: +4:20
8       let mut _6: u8;                      // in scope 0 at $DIR/const_debuginfo.rs:+4:15: +4:16
9       let mut _7: u8;                      // in scope 0 at $DIR/const_debuginfo.rs:+4:19: +4:20
10       let mut _8: u8;                      // in scope 0 at $DIR/const_debuginfo.rs:+4:23: +4:24
11       let mut _12: u32;                    // in scope 0 at $DIR/const_debuginfo.rs:+13:13: +13:16
12       let mut _13: u32;                    // in scope 0 at $DIR/const_debuginfo.rs:+13:19: +13:22
13       scope 1 {
14 -         debug x => _1;                   // in scope 1 at $DIR/const_debuginfo.rs:+1:9: +1:10
15 +         debug x => const 1_u8;           // in scope 1 at $DIR/const_debuginfo.rs:+1:9: +1:10
16           let _2: u8;                      // in scope 1 at $DIR/const_debuginfo.rs:+2:9: +2:10
17           scope 2 {
18 -             debug y => _2;               // in scope 2 at $DIR/const_debuginfo.rs:+2:9: +2:10
19 +             debug y => const 2_u8;       // in scope 2 at $DIR/const_debuginfo.rs:+2:9: +2:10
20               let _3: u8;                  // in scope 2 at $DIR/const_debuginfo.rs:+3:9: +3:10
21               scope 3 {
22 -                 debug z => _3;           // in scope 3 at $DIR/const_debuginfo.rs:+3:9: +3:10
23 +                 debug z => const 3_u8;   // in scope 3 at $DIR/const_debuginfo.rs:+3:9: +3:10
24                   let _4: u8;              // in scope 3 at $DIR/const_debuginfo.rs:+4:9: +4:12
25                   scope 4 {
26 -                     debug sum => _4;     // in scope 4 at $DIR/const_debuginfo.rs:+4:9: +4:12
27 +                     debug sum => const 6_u8; // in scope 4 at $DIR/const_debuginfo.rs:+4:9: +4:12
28                       let _9: &str;        // in scope 4 at $DIR/const_debuginfo.rs:+6:9: +6:10
29                       scope 5 {
30 -                         debug s => _9;   // in scope 5 at $DIR/const_debuginfo.rs:+6:9: +6:10
31 +                         debug s => const "hello, world!"; // in scope 5 at $DIR/const_debuginfo.rs:+6:9: +6:10
32                           let _14: bool;   // in scope 5 at $DIR/const_debuginfo.rs:+8:9: +8:10
33                           let _15: bool;   // in scope 5 at $DIR/const_debuginfo.rs:+8:9: +8:10
34                           let _16: u32;    // in scope 5 at $DIR/const_debuginfo.rs:+8:9: +8:10
35                           scope 6 {
36                               debug f => (bool, bool, u32){ .0 => _14, .1 => _15, .2 => _16, }; // in scope 6 at $DIR/const_debuginfo.rs:+8:9: +8:10
37                               let _10: std::option::Option<u16>; // in scope 6 at $DIR/const_debuginfo.rs:+10:9: +10:10
38                               scope 7 {
39                                   debug o => _10; // in scope 7 at $DIR/const_debuginfo.rs:+10:9: +10:10
40                                   let _17: u32; // in scope 7 at $DIR/const_debuginfo.rs:+12:9: +12:10
41                                   let _18: u32; // in scope 7 at $DIR/const_debuginfo.rs:+12:9: +12:10
42                                   scope 8 {
43                                       debug p => Point{ .0 => _17, .1 => _18, }; // in scope 8 at $DIR/const_debuginfo.rs:+12:9: +12:10
44                                       let _11: u32; // in scope 8 at $DIR/const_debuginfo.rs:+13:9: +13:10
45                                       scope 9 {
46 -                                         debug a => _11; // in scope 9 at $DIR/const_debuginfo.rs:+13:9: +13:10
47 +                                         debug a => const 64_u32; // in scope 9 at $DIR/const_debuginfo.rs:+13:9: +13:10
48                                       }
49                                   }
50                               }
51                           }
52                       }
53                   }
54               }
55           }
56       }
57   
58       bb0: {
59           StorageLive(_1);                 // scope 0 at $DIR/const_debuginfo.rs:+1:9: +1:10
60           _1 = const 1_u8;                 // scope 0 at $DIR/const_debuginfo.rs:+1:13: +1:16
61           StorageLive(_2);                 // scope 1 at $DIR/const_debuginfo.rs:+2:9: +2:10
62           _2 = const 2_u8;                 // scope 1 at $DIR/const_debuginfo.rs:+2:13: +2:16
63           StorageLive(_3);                 // scope 2 at $DIR/const_debuginfo.rs:+3:9: +3:10
64           _3 = const 3_u8;                 // scope 2 at $DIR/const_debuginfo.rs:+3:13: +3:16
65           StorageLive(_4);                 // scope 3 at $DIR/const_debuginfo.rs:+4:9: +4:12
66           StorageLive(_5);                 // scope 3 at $DIR/const_debuginfo.rs:+4:15: +4:20
67           _5 = const 3_u8;                 // scope 3 at $DIR/const_debuginfo.rs:+4:15: +4:20
68           _4 = const 6_u8;                 // scope 3 at $DIR/const_debuginfo.rs:+4:15: +4:24
69           StorageDead(_5);                 // scope 3 at $DIR/const_debuginfo.rs:+4:23: +4:24
70           StorageLive(_9);                 // scope 4 at $DIR/const_debuginfo.rs:+6:9: +6:10
71           _9 = const "hello, world!";      // scope 4 at $DIR/const_debuginfo.rs:+6:13: +6:28
72                                            // mir::Constant
73                                            // + span: $DIR/const_debuginfo.rs:14:13: 14:28
74                                            // + literal: Const { ty: &str, val: Value(Slice(..)) }
75           StorageLive(_14);                // scope 5 at $DIR/const_debuginfo.rs:+8:9: +8:10
76           StorageLive(_15);                // scope 5 at $DIR/const_debuginfo.rs:+8:9: +8:10
77           StorageLive(_16);                // scope 5 at $DIR/const_debuginfo.rs:+8:9: +8:10
78           Deinit(_14);                     // scope 5 at $DIR/const_debuginfo.rs:+8:13: +8:34
79           Deinit(_15);                     // scope 5 at $DIR/const_debuginfo.rs:+8:13: +8:34
80           Deinit(_16);                     // scope 5 at $DIR/const_debuginfo.rs:+8:13: +8:34
81           _14 = const true;                // scope 5 at $DIR/const_debuginfo.rs:+8:13: +8:34
82           _15 = const false;               // scope 5 at $DIR/const_debuginfo.rs:+8:13: +8:34
83           _16 = const 123_u32;             // scope 5 at $DIR/const_debuginfo.rs:+8:13: +8:34
84           StorageLive(_10);                // scope 6 at $DIR/const_debuginfo.rs:+10:9: +10:10
85           Deinit(_10);                     // scope 6 at $DIR/const_debuginfo.rs:+10:13: +10:24
86           ((_10 as Some).0: u16) = const 99_u16; // scope 6 at $DIR/const_debuginfo.rs:+10:13: +10:24
87           discriminant(_10) = 1;           // scope 6 at $DIR/const_debuginfo.rs:+10:13: +10:24
88           StorageLive(_17);                // scope 7 at $DIR/const_debuginfo.rs:+12:9: +12:10
89           StorageLive(_18);                // scope 7 at $DIR/const_debuginfo.rs:+12:9: +12:10
90           Deinit(_17);                     // scope 7 at $DIR/const_debuginfo.rs:+12:13: +12:35
91           Deinit(_18);                     // scope 7 at $DIR/const_debuginfo.rs:+12:13: +12:35
92           _17 = const 32_u32;              // scope 7 at $DIR/const_debuginfo.rs:+12:13: +12:35
93           _18 = const 32_u32;              // scope 7 at $DIR/const_debuginfo.rs:+12:13: +12:35
94           StorageLive(_11);                // scope 8 at $DIR/const_debuginfo.rs:+13:9: +13:10
95           StorageLive(_12);                // scope 8 at $DIR/const_debuginfo.rs:+13:13: +13:16
96           _12 = const 32_u32;              // scope 8 at $DIR/const_debuginfo.rs:+13:13: +13:16
97           StorageLive(_13);                // scope 8 at $DIR/const_debuginfo.rs:+13:19: +13:22
98           _13 = const 32_u32;              // scope 8 at $DIR/const_debuginfo.rs:+13:19: +13:22
99           _11 = const 64_u32;              // scope 8 at $DIR/const_debuginfo.rs:+13:13: +13:22
100           StorageDead(_13);                // scope 8 at $DIR/const_debuginfo.rs:+13:21: +13:22
101           StorageDead(_12);                // scope 8 at $DIR/const_debuginfo.rs:+13:21: +13:22
102           StorageDead(_11);                // scope 8 at $DIR/const_debuginfo.rs:+14:1: +14:2
103           StorageDead(_17);                // scope 7 at $DIR/const_debuginfo.rs:+14:1: +14:2
104           StorageDead(_18);                // scope 7 at $DIR/const_debuginfo.rs:+14:1: +14:2
105           StorageDead(_10);                // scope 6 at $DIR/const_debuginfo.rs:+14:1: +14:2
106           StorageDead(_14);                // scope 5 at $DIR/const_debuginfo.rs:+14:1: +14:2
107           StorageDead(_15);                // scope 5 at $DIR/const_debuginfo.rs:+14:1: +14:2
108           StorageDead(_16);                // scope 5 at $DIR/const_debuginfo.rs:+14:1: +14:2
109           StorageDead(_9);                 // scope 4 at $DIR/const_debuginfo.rs:+14:1: +14:2
110           StorageDead(_4);                 // scope 3 at $DIR/const_debuginfo.rs:+14:1: +14:2
111           return;                          // scope 0 at $DIR/const_debuginfo.rs:+14:2: +14:2
112       }
113   }
114