]> git.proxmox.com Git - rustc.git/blame - src/test/mir-opt/const_promotion_extern_static.BAR.PromoteTemps.diff
New upstream version 1.65.0+dfsg1
[rustc.git] / src / test / mir-opt / const_promotion_extern_static.BAR.PromoteTemps.diff
CommitLineData
ba9703b0
XL
1- // MIR for `BAR` before PromoteTemps
2+ // MIR for `BAR` after PromoteTemps
3
4 static mut BAR: *const &i32 = {
064997fb
FG
5 let mut _0: *const &i32; // return place in scope 0 at $DIR/const-promotion-extern-static.rs:+0:17: +0:28
6 let mut _1: &[&i32]; // in scope 0 at $DIR/const-promotion-extern-static.rs:+0:31: +0:44
7 let mut _2: &[&i32; 1]; // in scope 0 at $DIR/const-promotion-extern-static.rs:+0:31: +0:44
8 let _3: [&i32; 1]; // in scope 0 at $DIR/const-promotion-extern-static.rs:+0:31: +0:35
9 let mut _4: &i32; // in scope 0 at $DIR/const-promotion-extern-static.rs:+0:32: +0:34
10 let _5: &i32; // in scope 0 at $DIR/const-promotion-extern-static.rs:+0:33: +0:34
11+ let mut _6: &[&i32; 1]; // in scope 0 at $DIR/const-promotion-extern-static.rs:+0:31: +0:44
ba9703b0
XL
12
13 bb0: {
064997fb
FG
14 StorageLive(_1); // scope 0 at $DIR/const-promotion-extern-static.rs:+0:31: +0:44
15 StorageLive(_2); // scope 0 at $DIR/const-promotion-extern-static.rs:+0:31: +0:44
16- StorageLive(_3); // scope 0 at $DIR/const-promotion-extern-static.rs:+0:31: +0:35
17- StorageLive(_4); // scope 0 at $DIR/const-promotion-extern-static.rs:+0:32: +0:34
18- StorageLive(_5); // scope 0 at $DIR/const-promotion-extern-static.rs:+0:33: +0:34
19- _5 = const {alloc1: &i32}; // scope 0 at $DIR/const-promotion-extern-static.rs:+0:33: +0:34
f2b60f7d 20+ _6 = const _; // scope 0 at $DIR/const-promotion-extern-static.rs:+0:31: +0:44
ba9703b0
XL
21 // mir::Constant
22- // + span: $DIR/const-promotion-extern-static.rs:9:33: 9:34
136023e0 23- // + literal: Const { ty: &i32, val: Value(Scalar(alloc1)) }
064997fb
FG
24- _4 = &(*_5); // scope 0 at $DIR/const-promotion-extern-static.rs:+0:32: +0:34
25- _3 = [move _4]; // scope 0 at $DIR/const-promotion-extern-static.rs:+0:31: +0:35
26- _2 = &_3; // scope 0 at $DIR/const-promotion-extern-static.rs:+0:31: +0:44
c295e0f8 27+ // + span: $DIR/const-promotion-extern-static.rs:9:31: 9:44
5e7ed085 28+ // + literal: Const { ty: &[&i32; 1], val: Unevaluated(BAR, [], Some(promoted[0])) }
064997fb
FG
29+ _2 = &(*_6); // scope 0 at $DIR/const-promotion-extern-static.rs:+0:31: +0:44
30 _1 = move _2 as &[&i32] (Pointer(Unsize)); // scope 0 at $DIR/const-promotion-extern-static.rs:+0:31: +0:44
31- StorageDead(_4); // scope 0 at $DIR/const-promotion-extern-static.rs:+0:34: +0:35
32 StorageDead(_2); // scope 0 at $DIR/const-promotion-extern-static.rs:+0:34: +0:35
33 _0 = core::slice::<impl [&i32]>::as_ptr(move _1) -> [return: bb1, unwind: bb2]; // scope 0 at $DIR/const-promotion-extern-static.rs:+0:31: +0:44
ba9703b0
XL
34 // mir::Constant
35 // + span: $DIR/const-promotion-extern-static.rs:9:36: 9:42
064997fb 36 // + literal: Const { ty: for<'r> fn(&'r [&i32]) -> *const &i32 {core::slice::<impl [&i32]>::as_ptr}, val: Value(<ZST>) }
ba9703b0
XL
37 }
38
29967ef6 39 bb1: {
064997fb
FG
40- StorageDead(_5); // scope 0 at $DIR/const-promotion-extern-static.rs:+0:43: +0:44
41- StorageDead(_3); // scope 0 at $DIR/const-promotion-extern-static.rs:+0:43: +0:44
42 StorageDead(_1); // scope 0 at $DIR/const-promotion-extern-static.rs:+0:43: +0:44
f2b60f7d 43 return; // scope 0 at $DIR/const-promotion-extern-static.rs:+0:1: +0:45
ba9703b0 44 }
29967ef6
XL
45
46 bb2 (cleanup): {
f2b60f7d 47 resume; // scope 0 at $DIR/const-promotion-extern-static.rs:+0:1: +0:45
29967ef6 48 }
ba9703b0
XL
49- }
50-
136023e0 51- alloc1 (static: Y, size: 4, align: 4) {
ba9703b0
XL
52- 2a 00 00 00 │ *...
53 }
54