]> git.lizzy.rs Git - rust.git/blob - src/test/mir-opt/const_allocation3.main.ConstProp.after.mir.64bit
Fix font color for help button in ayu and dark themes
[rust.git] / src / test / mir-opt / const_allocation3.main.ConstProp.after.mir.64bit
1 // MIR for `main` after ConstProp
2
3 fn main() -> () {
4     let mut _0: ();                      // return place in scope 0 at $DIR/const_allocation3.rs:4:11: 4:11
5     let _1: &Packed;                     // in scope 0 at $DIR/const_allocation3.rs:5:5: 5:8
6     let mut _2: &&Packed;                // in scope 0 at $DIR/const_allocation3.rs:5:5: 5:8
7
8     bb0: {
9         StorageLive(_1);                 // scope 0 at $DIR/const_allocation3.rs:5:5: 5:8
10         StorageLive(_2);                 // scope 0 at $DIR/const_allocation3.rs:5:5: 5:8
11         _2 = const {alloc0: &&Packed};   // scope 0 at $DIR/const_allocation3.rs:5:5: 5:8
12                                          // ty::Const
13                                          // + ty: &&Packed
14                                          // + val: Value(Scalar(alloc0))
15                                          // mir::Constant
16                                          // + span: $DIR/const_allocation3.rs:5:5: 5:8
17                                          // + literal: Const { ty: &&Packed, val: Value(Scalar(alloc0)) }
18         _1 = (*_2);                      // scope 0 at $DIR/const_allocation3.rs:5:5: 5:8
19         StorageDead(_2);                 // scope 0 at $DIR/const_allocation3.rs:5:8: 5:9
20         StorageDead(_1);                 // scope 0 at $DIR/const_allocation3.rs:5:8: 5:9
21         _0 = const ();                   // scope 0 at $DIR/const_allocation3.rs:4:11: 6:2
22                                          // ty::Const
23                                          // + ty: ()
24                                          // + val: Value(Scalar(<ZST>))
25                                          // mir::Constant
26                                          // + span: $DIR/const_allocation3.rs:4:11: 6:2
27                                          // + literal: Const { ty: (), val: Value(Scalar(<ZST>)) }
28         return;                          // scope 0 at $DIR/const_allocation3.rs:6:2: 6:2
29     }
30 }
31
32 alloc0 (static: FOO, size: 8, align: 8) {
33     ╾───────alloc9────────╼                         │ ╾──────╼
34 }
35
36 alloc9 (size: 180, align: 1) {
37     0x00 │ ab ab ab ab ab ab ab ab ab ab ab ab ab ab ab ab │ ................
38     0x10 │ ab ab ab ab ab ab ab ab ab ab ab ab ╾──alloc4── │ ............╾───
39     0x20 │ ──────────╼ 01 ef cd ab 00 00 00 00 00 00 00 00 │ ───╼............
40     0x30 │ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 │ ................
41     0x40 │ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 │ ................
42     0x50 │ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 │ ................
43     0x60 │ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 │ ................
44     0x70 │ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 │ ................
45     0x80 │ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ╾──── │ ..............╾─
46     0x90 │ ─────alloc6─────╼ 00 00 ╾─────alloc7+0x63─────╼ │ ─────╼..╾──────╼
47     0xa0 │ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 │ ................
48     0xb0 │ 00 00 00 00                                     │ ....
49 }
50
51 alloc4 (size: 4, align: 4) {
52     2a 00 00 00                                     │ *...
53 }
54
55 alloc6 (fn: main)
56
57 alloc7 (size: 100, align: 1) {
58     0x00 │ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 │ ................
59     0x10 │ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 │ ................
60     0x20 │ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 │ ................
61     0x30 │ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 │ ................
62     0x40 │ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 │ ................
63     0x50 │ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 │ ................
64     0x60 │ 00 00 00 00                                     │ ....
65 }