summaryrefslogtreecommitdiffstats
path: root/tests/mir-opt/const_allocation3.main.ConstProp.after.32bit.mir
diff options
context:
space:
mode:
Diffstat (limited to 'tests/mir-opt/const_allocation3.main.ConstProp.after.32bit.mir')
-rw-r--r--tests/mir-opt/const_allocation3.main.ConstProp.after.32bit.mir43
1 files changed, 20 insertions, 23 deletions
diff --git a/tests/mir-opt/const_allocation3.main.ConstProp.after.32bit.mir b/tests/mir-opt/const_allocation3.main.ConstProp.after.32bit.mir
index d592e59fa..624047f5b 100644
--- a/tests/mir-opt/const_allocation3.main.ConstProp.after.32bit.mir
+++ b/tests/mir-opt/const_allocation3.main.ConstProp.after.32bit.mir
@@ -1,50 +1,47 @@
// MIR for `main` after ConstProp
fn main() -> () {
- let mut _0: (); // return place in scope 0 at $DIR/const_allocation3.rs:+0:11: +0:11
- let _1: &Packed; // in scope 0 at $DIR/const_allocation3.rs:+1:5: +1:8
- let mut _2: &&Packed; // in scope 0 at $DIR/const_allocation3.rs:+1:5: +1:8
+ let mut _0: ();
+ let _1: &Packed;
+ let mut _2: &&Packed;
bb0: {
- StorageLive(_1); // scope 0 at $DIR/const_allocation3.rs:+1:5: +1:8
- StorageLive(_2); // scope 0 at $DIR/const_allocation3.rs:+1:5: +1:8
- _2 = const {alloc1: &&Packed}; // scope 0 at $DIR/const_allocation3.rs:+1:5: +1:8
- // mir::Constant
- // + span: $DIR/const_allocation3.rs:6:5: 6:8
- // + literal: Const { ty: &&Packed, val: Value(Scalar(alloc1)) }
- _1 = (*_2); // scope 0 at $DIR/const_allocation3.rs:+1:5: +1:8
- StorageDead(_2); // scope 0 at $DIR/const_allocation3.rs:+1:8: +1:9
- StorageDead(_1); // scope 0 at $DIR/const_allocation3.rs:+1:8: +1:9
- _0 = const (); // scope 0 at $DIR/const_allocation3.rs:+0:11: +2:2
- return; // scope 0 at $DIR/const_allocation3.rs:+2:2: +2:2
+ StorageLive(_1);
+ StorageLive(_2);
+ _2 = const {ALLOC4: &&Packed};
+ _1 = (*_2);
+ StorageDead(_2);
+ StorageDead(_1);
+ _0 = const ();
+ return;
}
}
-alloc1 (static: FOO, size: 4, align: 4) {
- ╾─alloc12─╼ │ ╾──╼
+ALLOC4 (static: FOO, size: 4, align: 4) {
+ ╾ALLOC0<imm>╼ │ ╾──╼
}
-alloc12 (size: 168, align: 1) {
+ALLOC0 (size: 168, align: 1) {
0x00 │ ab ab ab ab ab ab ab ab ab ab ab ab ab ab ab ab │ ................
- 0x10 │ ab ab ab ab ab ab ab ab ab ab ab ab ╾─alloc7──╼ │ ............╾──╼
+ 0x10 │ ab ab ab ab ab ab ab ab ab ab ab ab ╾ALLOC1<imm>╼ │ ............╾──╼
0x20 │ 01 ef cd ab 00 00 00 00 00 00 00 00 00 00 00 00 │ ................
0x30 │ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 │ ................
0x40 │ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 │ ................
0x50 │ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 │ ................
0x60 │ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 │ ................
0x70 │ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 │ ................
- 0x80 │ 00 00 00 00 00 00 00 00 00 00 ╾─alloc9──╼ 00 00 │ ..........╾──╼..
- 0x90 │ ╾a10+0x63─╼ 00 00 00 00 00 00 00 00 00 00 00 00 │ ╾──╼............
+ 0x80 │ 00 00 00 00 00 00 00 00 00 00 ╾ALLOC2╼ 00 00 │ ..........╾──╼..
+ 0x90 │ ╾ALLOC3+0x63<imm>╼ 00 00 00 00 00 00 00 00 00 00 00 00 │ ╾──╼............
0xa0 │ 00 00 00 00 00 00 00 00 │ ........
}
-alloc7 (size: 4, align: 4) {
+ALLOC1 (size: 4, align: 4) {
2a 00 00 00 │ *...
}
-alloc9 (fn: main)
+ALLOC2 (fn: main)
-alloc10 (size: 100, align: 1) {
+ALLOC3 (size: 100, align: 1) {
0x00 │ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 │ ................
0x10 │ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 │ ................
0x20 │ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 │ ................