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