]> git.lizzy.rs Git - rust.git/blob - src/test/mir-opt/const_allocation.main.ConstProp.after.64bit.mir
Move `{core,std}::stream::Stream` to `{core,std}::async_iter::AsyncIterator`.
[rust.git] / src / test / mir-opt / const_allocation.main.ConstProp.after.64bit.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: 16, align: 8) {
27     ╾───────alloc18───────╼ 03 00 00 00 00 00 00 00 │ ╾──────╼........
28 }
29
30 alloc18 (size: 72, align: 8) {
31     0x00 │ 00 00 00 00 __ __ __ __ ╾───────alloc5────────╼ │ ....░░░░╾──────╼
32     0x10 │ 00 00 00 00 00 00 00 00 00 00 00 00 __ __ __ __ │ ............░░░░
33     0x20 │ ╾───────alloc9────────╼ 02 00 00 00 00 00 00 00 │ ╾──────╼........
34     0x30 │ 01 00 00 00 2a 00 00 00 ╾───────alloc14───────╼ │ ....*...╾──────╼
35     0x40 │ 03 00 00 00 00 00 00 00                         │ ........
36 }
37
38 alloc5 (size: 0, align: 8) {}
39
40 alloc9 (size: 32, align: 8) {
41     0x00 │ ╾───────alloc8────────╼ 03 00 00 00 00 00 00 00 │ ╾──────╼........
42     0x10 │ ╾───────alloc10───────╼ 03 00 00 00 00 00 00 00 │ ╾──────╼........
43 }
44
45 alloc8 (size: 3, align: 1) {
46     66 6f 6f                                        │ foo
47 }
48
49 alloc10 (size: 3, align: 1) {
50     62 61 72                                        │ bar
51 }
52
53 alloc14 (size: 48, align: 8) {
54     0x00 │ ╾───────alloc13───────╼ 03 00 00 00 00 00 00 00 │ ╾──────╼........
55     0x10 │ ╾───────alloc15───────╼ 03 00 00 00 00 00 00 00 │ ╾──────╼........
56     0x20 │ ╾───────alloc16───────╼ 04 00 00 00 00 00 00 00 │ ╾──────╼........
57 }
58
59 alloc13 (size: 3, align: 1) {
60     6d 65 68                                        │ meh
61 }
62
63 alloc15 (size: 3, align: 1) {
64     6d 6f 70                                        │ mop
65 }
66
67 alloc16 (size: 4, align: 1) {
68     6d c3 b6 70                                     │ m..p
69 }