]> git.lizzy.rs Git - rust.git/blob - src/test/mir-opt/const_allocation2.main.ConstProp.after.32bit.mir
Auto merge of #83314 - Aaron1011:print-unstable-value, r=lcnr
[rust.git] / src / test / mir-opt / const_allocation2.main.ConstProp.after.32bit.mir
1 // MIR for `main` after ConstProp
2
3 fn main() -> () {
4     let mut _0: ();                      // return place in scope 0 at $DIR/const_allocation2.rs:4:11: 4:11
5     let _1: &[(std::option::Option<i32>, &[&u8])]; // in scope 0 at $DIR/const_allocation2.rs:5:5: 5:8
6     let mut _2: &&[(std::option::Option<i32>, &[&u8])]; // in scope 0 at $DIR/const_allocation2.rs:5:5: 5:8
7
8     bb0: {
9         StorageLive(_1);                 // scope 0 at $DIR/const_allocation2.rs:5:5: 5:8
10         StorageLive(_2);                 // scope 0 at $DIR/const_allocation2.rs:5:5: 5:8
11         _2 = const {alloc0: &&[(Option<i32>, &[&u8])]}; // scope 0 at $DIR/const_allocation2.rs:5:5: 5:8
12                                          // ty::Const
13                                          // + ty: &&[(std::option::Option<i32>, &[&u8])]
14                                          // + val: Value(Scalar(alloc0))
15                                          // mir::Constant
16                                          // + span: $DIR/const_allocation2.rs:5:5: 5:8
17                                          // + literal: Const { ty: &&[(std::option::Option<i32>, &[&u8])], val: Value(Scalar(alloc0)) }
18         _1 = (*_2);                      // scope 0 at $DIR/const_allocation2.rs:5:5: 5:8
19         StorageDead(_2);                 // scope 0 at $DIR/const_allocation2.rs:5:8: 5:9
20         StorageDead(_1);                 // scope 0 at $DIR/const_allocation2.rs:5:8: 5:9
21         _0 = const ();                   // scope 0 at $DIR/const_allocation2.rs:4:11: 6:2
22         return;                          // scope 0 at $DIR/const_allocation2.rs:6:2: 6:2
23     }
24 }
25
26 alloc0 (static: FOO, size: 8, align: 4) {
27     ╾─alloc27─╼ 03 00 00 00                         │ ╾──╼....
28 }
29
30 alloc27 (size: 48, align: 4) {
31     0x00 │ 00 00 00 00 __ __ __ __ ╾─alloc12─╼ 00 00 00 00 │ ....░░░░╾──╼....
32     0x10 │ 00 00 00 00 __ __ __ __ ╾─alloc17─╼ 02 00 00 00 │ ....░░░░╾──╼....
33     0x20 │ 01 00 00 00 2a 00 00 00 ╾─alloc25─╼ 03 00 00 00 │ ....*...╾──╼....
34 }
35
36 alloc12 (size: 0, align: 4) {}
37
38 alloc17 (size: 8, align: 4) {
39     ╾─alloc15─╼ ╾─alloc16─╼                         │ ╾──╼╾──╼
40 }
41
42 alloc15 (size: 1, align: 1) {
43     05                                              │ .
44 }
45
46 alloc16 (size: 1, align: 1) {
47     06                                              │ .
48 }
49
50 alloc25 (size: 12, align: 4) {
51     ╾─a21+0x3─╼ ╾─alloc22─╼ ╾─a24+0x2─╼             │ ╾──╼╾──╼╾──╼
52 }
53
54 alloc21 (size: 4, align: 1) {
55     2a 45 15 6f                                     │ *E.o
56 }
57
58 alloc22 (size: 1, align: 1) {
59     2a                                              │ *
60 }
61
62 alloc24 (size: 4, align: 1) {
63     2a 45 15 6f                                     │ *E.o
64 }