]> git.lizzy.rs Git - rust.git/blob - tests/mir-opt/const_promotion_extern_static.BAR-promoted[0].SimplifyCfg-elaborate-drops.after.mir
Rollup merge of #106664 - chenyukang:yukang/fix-106597-remove-lseek, r=cuviper
[rust.git] / tests / mir-opt / const_promotion_extern_static.BAR-promoted[0].SimplifyCfg-elaborate-drops.after.mir
1 // MIR for `BAR::promoted[0]` after SimplifyCfg-elaborate-drops
2
3 promoted[0] in BAR: &[&i32; 1] = {
4     let mut _0: &[&i32; 1];              // return place in scope 0 at $DIR/const_promotion_extern_static.rs:+0:31: +0:44
5     let mut _1: [&i32; 1];               // in scope 0 at $DIR/const_promotion_extern_static.rs:+0:31: +0:35
6     let mut _2: &i32;                    // in scope 0 at $DIR/const_promotion_extern_static.rs:+0:32: +0:34
7     let mut _3: &i32;                    // in scope 0 at $DIR/const_promotion_extern_static.rs:+0:33: +0:34
8
9     bb0: {
10         _3 = const {alloc1: &i32};       // scope 0 at $DIR/const_promotion_extern_static.rs:+0:33: +0:34
11                                          // mir::Constant
12                                          // + span: $DIR/const_promotion_extern_static.rs:9:33: 9:34
13                                          // + literal: Const { ty: &i32, val: Value(Scalar(alloc1)) }
14         _2 = &(*_3);                     // scope 0 at $DIR/const_promotion_extern_static.rs:+0:32: +0:34
15         _1 = [move _2];                  // scope 0 at $DIR/const_promotion_extern_static.rs:+0:31: +0:35
16         _0 = &_1;                        // scope 0 at $DIR/const_promotion_extern_static.rs:+0:31: +0:44
17         return;                          // scope 0 at $DIR/const_promotion_extern_static.rs:+0:31: +0:44
18     }
19 }
20
21 alloc1 (static: Y, size: 4, align: 4) {
22     2a 00 00 00                                     │ *...
23 }