summaryrefslogtreecommitdiffstats
path: root/tests/mir-opt/dest-prop/unreachable.f.DestinationPropagation.panic-unwind.diff
blob: 7f730a77b06ab23fad3ec74bb6ff3f269b34c290 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
- // MIR for `f` before DestinationPropagation
+ // MIR for `f` after DestinationPropagation
  
  fn f(_1: T) -> () {
      debug a => _1;
      let mut _0: ();
      let _2: T;
      let mut _3: bool;
      let _4: ();
      let mut _5: T;
      let mut _6: T;
      let _7: ();
      let mut _8: T;
      let mut _9: T;
      scope 1 {
-         debug b => _2;
+         debug b => _1;
      }
  
      bb0: {
-         StorageLive(_2);
-         _2 = _1;
+         nop;
+         nop;
          StorageLive(_3);
          _3 = const false;
-         goto -> bb3;
+         goto -> bb1;
      }
  
      bb1: {
-         StorageLive(_4);
-         StorageLive(_5);
-         _5 = _1;
-         StorageLive(_6);
-         _6 = _2;
-         _4 = g::<T>(move _5, move _6) -> [return: bb2, unwind continue];
-     }
- 
-     bb2: {
-         StorageDead(_6);
-         StorageDead(_5);
-         StorageDead(_4);
-         _0 = const ();
-         goto -> bb5;
-     }
- 
-     bb3: {
          StorageLive(_7);
-         StorageLive(_8);
-         _8 = _2;
+         nop;
+         nop;
          StorageLive(_9);
-         _9 = _2;
-         _7 = g::<T>(move _8, move _9) -> [return: bb4, unwind continue];
+         _9 = _1;
+         _7 = g::<T>(move _1, move _9) -> [return: bb2, unwind continue];
      }
  
-     bb4: {
+     bb2: {
          StorageDead(_9);
-         StorageDead(_8);
+         nop;
          StorageDead(_7);
          _0 = const ();
-         goto -> bb5;
+         goto -> bb3;
      }
  
-     bb5: {
+     bb3: {
          StorageDead(_3);
-         StorageDead(_2);
+         nop;
          return;
      }
  }