]> git.lizzy.rs Git - rust.git/blob - tests/mir-opt/dataflow-const-prop/tuple.main.DataflowConstProp.diff
Bless tests.
[rust.git] / tests / mir-opt / dataflow-const-prop / tuple.main.DataflowConstProp.diff
1 - // MIR for `main` before DataflowConstProp
2 + // MIR for `main` after DataflowConstProp
3   
4   fn main() -> () {
5       let mut _0: ();                      // return place in scope 0 at $DIR/tuple.rs:+0:11: +0:11
6       let mut _1: (i32, i32);              // in scope 0 at $DIR/tuple.rs:+1:9: +1:14
7       let mut _3: i32;                     // in scope 0 at $DIR/tuple.rs:+2:13: +2:22
8       let mut _4: i32;                     // in scope 0 at $DIR/tuple.rs:+2:13: +2:16
9       let mut _5: i32;                     // in scope 0 at $DIR/tuple.rs:+2:19: +2:22
10       let mut _7: i32;                     // in scope 0 at $DIR/tuple.rs:+4:13: +4:22
11       let mut _8: i32;                     // in scope 0 at $DIR/tuple.rs:+4:13: +4:16
12       let mut _9: i32;                     // in scope 0 at $DIR/tuple.rs:+4:19: +4:22
13       let mut _10: i32;                    // in scope 0 at $DIR/tuple.rs:+4:25: +4:26
14       scope 1 {
15           debug a => _1;                   // in scope 1 at $DIR/tuple.rs:+1:9: +1:14
16           let _2: i32;                     // in scope 1 at $DIR/tuple.rs:+2:9: +2:10
17           scope 2 {
18               debug b => _2;               // in scope 2 at $DIR/tuple.rs:+2:9: +2:10
19               let _6: i32;                 // in scope 2 at $DIR/tuple.rs:+4:9: +4:10
20               scope 3 {
21                   debug c => _6;           // in scope 3 at $DIR/tuple.rs:+4:9: +4:10
22               }
23           }
24       }
25   
26       bb0: {
27           StorageLive(_1);                 // scope 0 at $DIR/tuple.rs:+1:9: +1:14
28           _1 = (const 1_i32, const 2_i32); // scope 0 at $DIR/tuple.rs:+1:17: +1:23
29           StorageLive(_2);                 // scope 1 at $DIR/tuple.rs:+2:9: +2:10
30           StorageLive(_3);                 // scope 1 at $DIR/tuple.rs:+2:13: +2:22
31           StorageLive(_4);                 // scope 1 at $DIR/tuple.rs:+2:13: +2:16
32 -         _4 = (_1.0: i32);                // scope 1 at $DIR/tuple.rs:+2:13: +2:16
33 +         _4 = const 1_i32;                // scope 1 at $DIR/tuple.rs:+2:13: +2:16
34           StorageLive(_5);                 // scope 1 at $DIR/tuple.rs:+2:19: +2:22
35 -         _5 = (_1.1: i32);                // scope 1 at $DIR/tuple.rs:+2:19: +2:22
36 -         _3 = Add(move _4, move _5);      // scope 1 at $DIR/tuple.rs:+2:13: +2:22
37 +         _5 = const 2_i32;                // scope 1 at $DIR/tuple.rs:+2:19: +2:22
38 +         _3 = const 3_i32;                // scope 1 at $DIR/tuple.rs:+2:13: +2:22
39           StorageDead(_5);                 // scope 1 at $DIR/tuple.rs:+2:21: +2:22
40           StorageDead(_4);                 // scope 1 at $DIR/tuple.rs:+2:21: +2:22
41 -         _2 = Add(move _3, const 3_i32);  // scope 1 at $DIR/tuple.rs:+2:13: +2:26
42 +         _2 = const 6_i32;                // scope 1 at $DIR/tuple.rs:+2:13: +2:26
43           StorageDead(_3);                 // scope 1 at $DIR/tuple.rs:+2:25: +2:26
44           _1 = (const 2_i32, const 3_i32); // scope 2 at $DIR/tuple.rs:+3:5: +3:15
45           StorageLive(_6);                 // scope 2 at $DIR/tuple.rs:+4:9: +4:10
46           StorageLive(_7);                 // scope 2 at $DIR/tuple.rs:+4:13: +4:22
47           StorageLive(_8);                 // scope 2 at $DIR/tuple.rs:+4:13: +4:16
48 -         _8 = (_1.0: i32);                // scope 2 at $DIR/tuple.rs:+4:13: +4:16
49 +         _8 = const 2_i32;                // scope 2 at $DIR/tuple.rs:+4:13: +4:16
50           StorageLive(_9);                 // scope 2 at $DIR/tuple.rs:+4:19: +4:22
51 -         _9 = (_1.1: i32);                // scope 2 at $DIR/tuple.rs:+4:19: +4:22
52 -         _7 = Add(move _8, move _9);      // scope 2 at $DIR/tuple.rs:+4:13: +4:22
53 +         _9 = const 3_i32;                // scope 2 at $DIR/tuple.rs:+4:19: +4:22
54 +         _7 = const 5_i32;                // scope 2 at $DIR/tuple.rs:+4:13: +4:22
55           StorageDead(_9);                 // scope 2 at $DIR/tuple.rs:+4:21: +4:22
56           StorageDead(_8);                 // scope 2 at $DIR/tuple.rs:+4:21: +4:22
57           StorageLive(_10);                // scope 2 at $DIR/tuple.rs:+4:25: +4:26
58 -         _10 = _2;                        // scope 2 at $DIR/tuple.rs:+4:25: +4:26
59 -         _6 = Add(move _7, move _10);     // scope 2 at $DIR/tuple.rs:+4:13: +4:26
60 +         _10 = const 6_i32;               // scope 2 at $DIR/tuple.rs:+4:25: +4:26
61 +         _6 = const 11_i32;               // scope 2 at $DIR/tuple.rs:+4:13: +4:26
62           StorageDead(_10);                // scope 2 at $DIR/tuple.rs:+4:25: +4:26
63           StorageDead(_7);                 // scope 2 at $DIR/tuple.rs:+4:25: +4:26
64           _0 = const ();                   // scope 0 at $DIR/tuple.rs:+0:11: +5:2
65           StorageDead(_6);                 // scope 2 at $DIR/tuple.rs:+5:1: +5:2
66           StorageDead(_2);                 // scope 1 at $DIR/tuple.rs:+5:1: +5:2
67           StorageDead(_1);                 // scope 0 at $DIR/tuple.rs:+5:1: +5:2
68           return;                          // scope 0 at $DIR/tuple.rs:+5:2: +5:2
69       }
70   }
71