]> git.proxmox.com Git - rustc.git/blame - tests/mir-opt/const_promotion_extern_static.FOO.PromoteTemps.diff
Update upstream source from tag 'upstream/1.70.0+dfsg1'
[rustc.git] / tests / mir-opt / const_promotion_extern_static.FOO.PromoteTemps.diff
CommitLineData
ba9703b0
XL
1- // MIR for `FOO` before PromoteTemps
2+ // MIR for `FOO` after PromoteTemps
3
4 static mut FOO: *const &i32 = {
487cf647
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:55
7 let mut _2: &[&i32; 1]; // in scope 0 at $DIR/const_promotion_extern_static.rs:+0:31: +0:55
8 let _3: [&i32; 1]; // in scope 0 at $DIR/const_promotion_extern_static.rs:+0:31: +0:46
9 let mut _4: &i32; // in scope 0 at $DIR/const_promotion_extern_static.rs:+0:32: +0:45
10 let _5: *const i32; // in scope 0 at $DIR/const_promotion_extern_static.rs:+0:42: +0:43
11+ let mut _6: &[&i32; 1]; // in scope 0 at $DIR/const_promotion_extern_static.rs:+0:31: +0:55
ba9703b0
XL
12 scope 1 {
13 }
14
15 bb0: {
487cf647
FG
16 StorageLive(_1); // scope 0 at $DIR/const_promotion_extern_static.rs:+0:31: +0:55
17 StorageLive(_2); // scope 0 at $DIR/const_promotion_extern_static.rs:+0:31: +0:55
18- StorageLive(_3); // scope 0 at $DIR/const_promotion_extern_static.rs:+0:31: +0:46
19- StorageLive(_4); // scope 0 at $DIR/const_promotion_extern_static.rs:+0:32: +0:45
20- StorageLive(_5); // scope 1 at $DIR/const_promotion_extern_static.rs:+0:42: +0:43
353b0b11 21- _5 = const {alloc2: *const i32}; // scope 1 at $DIR/const_promotion_extern_static.rs:+0:42: +0:43
487cf647 22+ _6 = const _; // scope 0 at $DIR/const_promotion_extern_static.rs:+0:31: +0:55
ba9703b0 23 // mir::Constant
487cf647 24- // + span: $DIR/const_promotion_extern_static.rs:13:42: 13:43
353b0b11 25- // + literal: Const { ty: *const i32, val: Value(Scalar(alloc2)) }
487cf647
FG
26- _4 = &(*_5); // scope 1 at $DIR/const_promotion_extern_static.rs:+0:41: +0:43
27- _3 = [move _4]; // scope 0 at $DIR/const_promotion_extern_static.rs:+0:31: +0:46
28- _2 = &_3; // scope 0 at $DIR/const_promotion_extern_static.rs:+0:31: +0:55
29+ // + span: $DIR/const_promotion_extern_static.rs:13:31: 13:55
5e7ed085 30+ // + literal: Const { ty: &[&i32; 1], val: Unevaluated(FOO, [], Some(promoted[0])) }
487cf647
FG
31+ _2 = &(*_6); // scope 0 at $DIR/const_promotion_extern_static.rs:+0:31: +0:55
32 _1 = move _2 as &[&i32] (Pointer(Unsize)); // scope 0 at $DIR/const_promotion_extern_static.rs:+0:31: +0:55
33- StorageDead(_4); // scope 0 at $DIR/const_promotion_extern_static.rs:+0:45: +0:46
34 StorageDead(_2); // scope 0 at $DIR/const_promotion_extern_static.rs:+0:45: +0:46
35 _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:55
ba9703b0 36 // mir::Constant
487cf647 37 // + span: $DIR/const_promotion_extern_static.rs:13:47: 13:53
2b03887a 38 // + literal: Const { ty: for<'a> fn(&'a [&i32]) -> *const &i32 {core::slice::<impl [&i32]>::as_ptr}, val: Value(<ZST>) }
ba9703b0
XL
39 }
40
29967ef6 41 bb1: {
487cf647
FG
42- StorageDead(_5); // scope 0 at $DIR/const_promotion_extern_static.rs:+0:54: +0:55
43- StorageDead(_3); // scope 0 at $DIR/const_promotion_extern_static.rs:+0:54: +0:55
44 StorageDead(_1); // scope 0 at $DIR/const_promotion_extern_static.rs:+0:54: +0:55
45 return; // scope 0 at $DIR/const_promotion_extern_static.rs:+0:1: +0:56
ba9703b0 46 }
29967ef6
XL
47
48 bb2 (cleanup): {
487cf647 49 resume; // scope 0 at $DIR/const_promotion_extern_static.rs:+0:1: +0:56
29967ef6 50 }
ba9703b0
XL
51 }
52-
353b0b11 53- alloc2 (extern static: X)
ba9703b0 54