]> git.lizzy.rs Git - rust.git/blobdiff - src/test/mir-opt/if_condition_int.opt_u32.SimplifyComparisonIntegral.diff
Auto merge of #96978 - lqd:win_pgo2, r=Mark-Simulacrum
[rust.git] / src / test / mir-opt / if_condition_int.opt_u32.SimplifyComparisonIntegral.diff
index 9549e198060c4095951e486ca79eb7e9bdf117fd..88d9d5622b8ec060a8d3ff45fcb66d7db8069218 100644 (file)
@@ -6,29 +6,27 @@
       let mut _0: u32;                     // return place in scope 0 at $DIR/if-condition-int.rs:11:23: 11:26
       let mut _2: bool;                    // in scope 0 at $DIR/if-condition-int.rs:12:8: 12:15
       let mut _3: u32;                     // in scope 0 at $DIR/if-condition-int.rs:12:8: 12:9
-      scope 1 {
-      }
   
       bb0: {
-          StorageLive(_2);                 // scope 1 at $DIR/if-condition-int.rs:12:8: 12:15
-          StorageLive(_3);                 // scope 1 at $DIR/if-condition-int.rs:12:8: 12:9
-          _3 = _1;                         // scope 1 at $DIR/if-condition-int.rs:12:8: 12:9
--         _2 = Eq(move _3, const 42_u32);  // scope 1 at $DIR/if-condition-int.rs:12:8: 12:15
--         StorageDead(_3);                 // scope 1 at $DIR/if-condition-int.rs:12:14: 12:15
--         switchInt(move _2) -> [false: bb2, otherwise: bb1]; // scope 1 at $DIR/if-condition-int.rs:12:8: 12:15
-+         nop;                             // scope 1 at $DIR/if-condition-int.rs:12:8: 12:15
-+         nop;                             // scope 1 at $DIR/if-condition-int.rs:12:14: 12:15
-+         switchInt(move _3) -> [42_u32: bb1, otherwise: bb2]; // scope 1 at $DIR/if-condition-int.rs:12:8: 12:15
+          StorageLive(_2);                 // scope 0 at $DIR/if-condition-int.rs:12:8: 12:15
+          StorageLive(_3);                 // scope 0 at $DIR/if-condition-int.rs:12:8: 12:9
+          _3 = _1;                         // scope 0 at $DIR/if-condition-int.rs:12:8: 12:9
+-         _2 = Eq(move _3, const 42_u32);  // scope 0 at $DIR/if-condition-int.rs:12:8: 12:15
+-         StorageDead(_3);                 // scope 0 at $DIR/if-condition-int.rs:12:14: 12:15
+-         switchInt(move _2) -> [false: bb2, otherwise: bb1]; // scope 0 at $DIR/if-condition-int.rs:12:8: 12:15
++         nop;                             // scope 0 at $DIR/if-condition-int.rs:12:8: 12:15
++         nop;                             // scope 0 at $DIR/if-condition-int.rs:12:14: 12:15
++         switchInt(move _3) -> [42_u32: bb1, otherwise: bb2]; // scope 0 at $DIR/if-condition-int.rs:12:8: 12:15
       }
   
       bb1: {
-+         StorageDead(_3);                 // scope 1 at $DIR/if-condition-int.rs:12:8: 12:15
-          _0 = const 0_u32;                // scope 1 at $DIR/if-condition-int.rs:12:18: 12:19
++         StorageDead(_3);                 // scope 0 at $DIR/if-condition-int.rs:12:8: 12:15
+          _0 = const 0_u32;                // scope 0 at $DIR/if-condition-int.rs:12:18: 12:19
           goto -> bb3;                     // scope 0 at $DIR/if-condition-int.rs:12:5: 12:32
       }
   
       bb2: {
-+         StorageDead(_3);                 // scope 1 at $DIR/if-condition-int.rs:12:8: 12:15
++         StorageDead(_3);                 // scope 0 at $DIR/if-condition-int.rs:12:8: 12:15
           _0 = const 1_u32;                // scope 0 at $DIR/if-condition-int.rs:12:29: 12:30
           goto -> bb3;                     // scope 0 at $DIR/if-condition-int.rs:12:5: 12:32
       }