]> git.lizzy.rs Git - rust.git/blob - src/test/mir-opt/const_allocation.main.ConstProp.after.32bit.mir
f8a8afa92e0e65f3a3e33b2f02e408d5a2a163d6
[rust.git] / src / test / mir-opt / const_allocation.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_allocation.rs:7:11: 7:11
5     let _1: &[(std::option::Option<i32>, &[&str])]; // in scope 0 at $DIR/const_allocation.rs:8:5: 8:8
6     let mut _2: &&[(std::option::Option<i32>, &[&str])]; // in scope 0 at $DIR/const_allocation.rs:8:5: 8:8
7
8     bb0: {
9         StorageLive(_1);                 // scope 0 at $DIR/const_allocation.rs:8:5: 8:8
10         StorageLive(_2);                 // scope 0 at $DIR/const_allocation.rs:8:5: 8:8
11         _2 = const {alloc1: &&[(Option<i32>, &[&str])]}; // scope 0 at $DIR/const_allocation.rs:8:5: 8:8
12                                          // mir::Constant
13                                          // + span: $DIR/const_allocation.rs:8:5: 8:8
14                                          // + literal: Const { ty: &&[(Option<i32>, &[&str])], val: Value(Scalar(alloc1)) }
15         _1 = (*_2);                      // scope 0 at $DIR/const_allocation.rs:8:5: 8:8
16         StorageDead(_2);                 // scope 0 at $DIR/const_allocation.rs:8:8: 8:9
17         StorageDead(_1);                 // scope 0 at $DIR/const_allocation.rs:8:8: 8:9
18         nop;                             // scope 0 at $DIR/const_allocation.rs:7:11: 9:2
19         return;                          // scope 0 at $DIR/const_allocation.rs:9:2: 9:2
20     }
21 }
22
23 alloc1 (static: FOO, size: 8, align: 4) {
24     ╾─alloc18─╼ 03 00 00 00                         │ ╾──╼....
25 }
26
27 alloc18 (size: 48, align: 4) {
28     0x00 │ 00 00 00 00 __ __ __ __ ╾─alloc5──╼ 00 00 00 00 │ ....░░░░╾──╼....
29     0x10 │ 00 00 00 00 __ __ __ __ ╾─alloc9──╼ 02 00 00 00 │ ....░░░░╾──╼....
30     0x20 │ 01 00 00 00 2a 00 00 00 ╾─alloc14─╼ 03 00 00 00 │ ....*...╾──╼....
31 }
32
33 alloc5 (size: 0, align: 4) {}
34
35 alloc9 (size: 16, align: 4) {
36     ╾─alloc8──╼ 03 00 00 00 ╾─alloc10─╼ 03 00 00 00 │ ╾──╼....╾──╼....
37 }
38
39 alloc8 (size: 3, align: 1) {
40     66 6f 6f                                        │ foo
41 }
42
43 alloc10 (size: 3, align: 1) {
44     62 61 72                                        │ bar
45 }
46
47 alloc14 (size: 24, align: 4) {
48     0x00 │ ╾─alloc13─╼ 03 00 00 00 ╾─alloc15─╼ 03 00 00 00 │ ╾──╼....╾──╼....
49     0x10 │ ╾─alloc16─╼ 04 00 00 00                         │ ╾──╼....
50 }
51
52 alloc13 (size: 3, align: 1) {
53     6d 65 68                                        │ meh
54 }
55
56 alloc15 (size: 3, align: 1) {
57     6d 6f 70                                        │ mop
58 }
59
60 alloc16 (size: 4, align: 1) {
61     6d c3 b6 70                                     │ m..p
62 }