]> git.proxmox.com Git - rustc.git/blame - src/test/mir-opt/const_allocation3.main.ConstProp.after.64bit.mir
Update upstream source from tag 'upstream/1.49.0_beta.4+dfsg1'
[rustc.git] / src / test / mir-opt / const_allocation3.main.ConstProp.after.64bit.mir
CommitLineData
ba9703b0
XL
1// MIR for `main` after ConstProp
2
3fn 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: {
f9f354fc
XL
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
ba9703b0
XL
12 // ty::Const
13 // + ty: &&Packed
f9f354fc 14 // + val: Value(Scalar(alloc0))
ba9703b0
XL
15 // mir::Constant
16 // + span: $DIR/const_allocation3.rs:5:5: 5:8
f9f354fc
XL
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
f9f354fc 22 return; // scope 0 at $DIR/const_allocation3.rs:6:2: 6:2
ba9703b0
XL
23 }
24}
25
26alloc0 (static: FOO, size: 8, align: 8) {
f9f354fc 27 ╾───────alloc9────────╼ │ ╾──────╼
ba9703b0
XL
28}
29
30alloc9 (size: 180, align: 1) {
31 0x00 │ ab ab ab ab ab ab ab ab ab ab ab ab ab ab ab ab │ ................
f9f354fc 32 0x10 │ ab ab ab ab ab ab ab ab ab ab ab ab ╾──alloc4── │ ............╾───
ba9703b0
XL
33 0x20 │ ──────────╼ 01 ef cd ab 00 00 00 00 00 00 00 00 │ ───╼............
34 0x30 │ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 │ ................
35 0x40 │ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 │ ................
36 0x50 │ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 │ ................
37 0x60 │ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 │ ................
38 0x70 │ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 │ ................
39 0x80 │ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ╾──── │ ..............╾─
f9f354fc 40 0x90 │ ─────alloc6─────╼ 00 00 ╾─────alloc7+0x63─────╼ │ ─────╼..╾──────╼
ba9703b0
XL
41 0xa0 │ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 │ ................
42 0xb0 │ 00 00 00 00 │ ....
43}
44
45alloc4 (size: 4, align: 4) {
46 2a 00 00 00 │ *...
47}
48
49alloc6 (fn: main)
50
51alloc7 (size: 100, align: 1) {
52 0x00 │ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 │ ................
53 0x10 │ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 │ ................
54 0x20 │ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 │ ................
55 0x30 │ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 │ ................
56 0x40 │ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 │ ................
57 0x50 │ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 │ ................
58 0x60 │ 00 00 00 00 │ ....
59}