]> git.lizzy.rs Git - rust.git/blob - src/test/mir-opt/const_allocation3/32bit/rustc.main.ConstProp.after.mir
Add leading 0x to offset in Debug fmt of Pointer
[rust.git] / src / test / mir-opt / const_allocation3 / 32bit / rustc.main.ConstProp.after.mir
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);                 // bb0[0]: scope 0 at $DIR/const_allocation3.rs:5:5: 5:8
10         StorageLive(_2);                 // bb0[1]: scope 0 at $DIR/const_allocation3.rs:5:5: 5:8
11         _2 = const {alloc0+0x0: &&Packed}; // bb0[2]: scope 0 at $DIR/const_allocation3.rs:5:5: 5:8
12                                          // ty::Const
13                                          // + ty: &&Packed
14                                          // + val: Value(Scalar(alloc0+0x0))
15                                          // mir::Constant
16                                          // + span: $DIR/const_allocation3.rs:5:5: 5:8
17                                          // + literal: Const { ty: &&Packed, val: Value(Scalar(alloc0+0x0)) }
18         _1 = (*_2);                      // bb0[3]: scope 0 at $DIR/const_allocation3.rs:5:5: 5:8
19         StorageDead(_2);                 // bb0[4]: scope 0 at $DIR/const_allocation3.rs:5:8: 5:9
20         StorageDead(_1);                 // bb0[5]: scope 0 at $DIR/const_allocation3.rs:5:8: 5:9
21         _0 = const ();                   // bb0[6]: 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;                          // bb0[7]: scope 0 at $DIR/const_allocation3.rs:6:2: 6:2
29     }
30 }
31
32 alloc0 (static: FOO, size: 4, align: 4) {
33     ╾alloc9+0─╼                                     │ ╾──╼
34 }
35
36 alloc9 (size: 168, 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+0─╼ │ ............╾──╼
39     0x20 │ 01 ef cd ab 00 00 00 00 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 ╾alloc6+0─╼ 00 00 │ ..........╾──╼..
46     0x90 │ ╾alloc7+99╼ 00 00 00 00 00 00 00 00 00 00 00 00 │ ╾──╼............
47     0xa0 │ 00 00 00 00 00 00 00 00                         │ ........
48 }
49
50 alloc4 (size: 4, align: 4) {
51     2a 00 00 00                                     │ *...
52 }
53
54 alloc6 (fn: main)
55
56 alloc7 (size: 100, align: 1) {
57     0x00 │ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 │ ................
58     0x10 │ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 │ ................
59     0x20 │ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 │ ................
60     0x30 │ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 │ ................
61     0x40 │ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 │ ................
62     0x50 │ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 │ ................
63     0x60 │ 00 00 00 00                                     │ ....
64 }