]> git.lizzy.rs Git - rust.git/blob - src/test/mir-opt/const_promotion_extern_static.FOO-promoted[0].SimplifyCfg-elaborate-drops.after.mir
Auto merge of #83314 - Aaron1011:print-unstable-value, r=lcnr
[rust.git] / src / test / mir-opt / const_promotion_extern_static.FOO-promoted[0].SimplifyCfg-elaborate-drops.after.mir
1 // MIR for `FOO::promoted[0]` after SimplifyCfg-elaborate-drops
2
3 promoted[0] in FOO: &[&i32; 1] = {
4     let mut _0: &[&i32; 1];              // return place in scope 0 at $DIR/const-promotion-extern-static.rs:13:31: 13:46
5     let mut _1: [&i32; 1];               // in scope 0 at $DIR/const-promotion-extern-static.rs:13:31: 13:46
6     let mut _2: &i32;                    // in scope 0 at $DIR/const-promotion-extern-static.rs:13:32: 13:45
7     let mut _3: *const i32;              // in scope 0 at $DIR/const-promotion-extern-static.rs:13:42: 13:43
8
9     bb0: {
10         _3 = const {alloc2: *const i32}; // scope 0 at $DIR/const-promotion-extern-static.rs:13:42: 13:43
11                                          // ty::Const
12                                          // + ty: *const i32
13                                          // + val: Value(Scalar(alloc2))
14                                          // mir::Constant
15                                          // + span: $DIR/const-promotion-extern-static.rs:13:42: 13:43
16                                          // + literal: Const { ty: *const i32, val: Value(Scalar(alloc2)) }
17         _2 = &(*_3);                     // scope 0 at $DIR/const-promotion-extern-static.rs:13:41: 13:43
18         _1 = [move _2];                  // scope 0 at $DIR/const-promotion-extern-static.rs:13:31: 13:46
19         _0 = &_1;                        // scope 0 at $DIR/const-promotion-extern-static.rs:13:31: 13:46
20         return;                          // scope 0 at $DIR/const-promotion-extern-static.rs:13:31: 13:46
21     }
22 }
23
24 alloc2 (extern static: X)