]> git.lizzy.rs Git - rust.git/blob - tests/mir-opt/dest-prop/dead_stores_better.f.DestinationPropagation.after.mir
Rollup merge of #106726 - cmorin6:fix-comment-typos, r=Nilstrieb
[rust.git] / tests / mir-opt / dest-prop / dead_stores_better.f.DestinationPropagation.after.mir
1 // MIR for `f` after DestinationPropagation
2
3 fn f(_1: usize) -> usize {
4     debug a => _1;                       // in scope 0 at $DIR/dead_stores_better.rs:+0:10: +0:15
5     let mut _0: usize;                   // return place in scope 0 at $DIR/dead_stores_better.rs:+0:27: +0:32
6     let _2: usize;                       // in scope 0 at $DIR/dead_stores_better.rs:+1:9: +1:10
7     let mut _3: usize;                   // in scope 0 at $DIR/dead_stores_better.rs:+3:9: +3:10
8     let mut _4: usize;                   // in scope 0 at $DIR/dead_stores_better.rs:+4:8: +4:9
9     scope 1 {
10         debug b => _1;                   // in scope 1 at $DIR/dead_stores_better.rs:+1:9: +1:10
11     }
12
13     bb0: {
14         nop;                             // scope 0 at $DIR/dead_stores_better.rs:+1:9: +1:10
15         nop;                             // scope 0 at $DIR/dead_stores_better.rs:+1:13: +1:14
16         nop;                             // scope 1 at $DIR/dead_stores_better.rs:+3:9: +3:10
17         nop;                             // scope 1 at $DIR/dead_stores_better.rs:+3:9: +3:10
18         nop;                             // scope 1 at $DIR/dead_stores_better.rs:+3:5: +3:10
19         nop;                             // scope 1 at $DIR/dead_stores_better.rs:+3:9: +3:10
20         nop;                             // scope 1 at $DIR/dead_stores_better.rs:+4:8: +4:9
21         nop;                             // scope 1 at $DIR/dead_stores_better.rs:+4:8: +4:9
22         _0 = id::<usize>(move _1) -> bb1; // scope 1 at $DIR/dead_stores_better.rs:+4:5: +4:10
23                                          // mir::Constant
24                                          // + span: $DIR/dead_stores_better.rs:16:5: 16:7
25                                          // + literal: Const { ty: fn(usize) -> usize {id::<usize>}, val: Value(<ZST>) }
26     }
27
28     bb1: {
29         nop;                             // scope 1 at $DIR/dead_stores_better.rs:+4:9: +4:10
30         nop;                             // scope 0 at $DIR/dead_stores_better.rs:+5:1: +5:2
31         return;                          // scope 0 at $DIR/dead_stores_better.rs:+5:2: +5:2
32     }
33 }