]> git.lizzy.rs Git - rust.git/blob - src/test/mir-opt/const_promotion_extern_static.BAR-promoted[0].SimplifyCfg-elaborate-drops.after.mir
Move `{core,std}::stream::Stream` to `{core,std}::async_iter::AsyncIterator`.
[rust.git] / src / test / 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:9:31: 9:44
5     let mut _1: [&i32; 1];               // in scope 0 at $DIR/const-promotion-extern-static.rs:9:31: 9:35
6     let mut _2: &i32;                    // in scope 0 at $DIR/const-promotion-extern-static.rs:9:32: 9:34
7     let mut _3: &i32;                    // in scope 0 at $DIR/const-promotion-extern-static.rs:9:33: 9:34
8
9     bb0: {
10         _3 = const {alloc1: &i32};       // scope 0 at $DIR/const-promotion-extern-static.rs:9:33: 9:34
11                                          // ty::Const
12                                          // + ty: &i32
13                                          // + val: Value(Scalar(alloc1))
14                                          // mir::Constant
15                                          // + span: $DIR/const-promotion-extern-static.rs:9:33: 9:34
16                                          // + literal: Const { ty: &i32, val: Value(Scalar(alloc1)) }
17         _2 = &(*_3);                     // scope 0 at $DIR/const-promotion-extern-static.rs:9:32: 9:34
18         _1 = [move _2];                  // scope 0 at $DIR/const-promotion-extern-static.rs:9:31: 9:35
19         _0 = &_1;                        // scope 0 at $DIR/const-promotion-extern-static.rs:9:31: 9:44
20         return;                          // scope 0 at $DIR/const-promotion-extern-static.rs:9:31: 9:44
21     }
22 }
23
24 alloc1 (static: Y, size: 4, align: 4) {
25     2a 00 00 00                                     │ *...
26 }