2022-12-04 13:20:55 -06:00
|
|
|
- // MIR for `foo` before SimplifyLocals-final
|
|
|
|
+ // MIR for `foo` after SimplifyLocals-final
|
2020-04-03 17:40:08 -05:00
|
|
|
|
|
|
|
fn foo() -> () {
|
2022-11-02 16:54:49 -05:00
|
|
|
let mut _0: (); // return place in scope 0 at $DIR/simplify_locals_fixedpoint.rs:+0:13: +0:13
|
|
|
|
let mut _1: (std::option::Option<u8>, std::option::Option<T>); // in scope 0 at $DIR/simplify_locals_fixedpoint.rs:+1:30: +1:69
|
|
|
|
let mut _2: std::option::Option<u8>; // in scope 0 at $DIR/simplify_locals_fixedpoint.rs:+1:31: +1:49
|
|
|
|
let mut _3: std::option::Option<T>; // in scope 0 at $DIR/simplify_locals_fixedpoint.rs:+1:51: +1:68
|
|
|
|
let mut _4: isize; // in scope 0 at $DIR/simplify_locals_fixedpoint.rs:+1:22: +1:26
|
|
|
|
let mut _5: isize; // in scope 0 at $DIR/simplify_locals_fixedpoint.rs:+1:13: +1:20
|
|
|
|
- let mut _7: bool; // in scope 0 at $DIR/simplify_locals_fixedpoint.rs:+2:12: +2:20
|
|
|
|
- let mut _8: u8; // in scope 0 at $DIR/simplify_locals_fixedpoint.rs:+2:12: +2:13
|
2020-04-03 17:40:08 -05:00
|
|
|
scope 1 {
|
2022-11-02 16:54:49 -05:00
|
|
|
debug a => _6; // in scope 1 at $DIR/simplify_locals_fixedpoint.rs:+1:18: +1:19
|
|
|
|
let _6: u8; // in scope 1 at $DIR/simplify_locals_fixedpoint.rs:+1:18: +1:19
|
2020-04-03 17:40:08 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
bb0: {
|
2022-11-02 16:54:49 -05:00
|
|
|
StorageLive(_1); // scope 1 at $DIR/simplify_locals_fixedpoint.rs:+1:30: +1:69
|
|
|
|
StorageLive(_2); // scope 1 at $DIR/simplify_locals_fixedpoint.rs:+1:31: +1:49
|
2023-01-25 12:34:19 -06:00
|
|
|
_2 = Option::<u8>::None; // scope 1 at $DIR/simplify_locals_fixedpoint.rs:+1:31: +1:49
|
2022-11-02 16:54:49 -05:00
|
|
|
StorageLive(_3); // scope 1 at $DIR/simplify_locals_fixedpoint.rs:+1:51: +1:68
|
2023-01-25 12:34:19 -06:00
|
|
|
_3 = Option::<T>::None; // scope 1 at $DIR/simplify_locals_fixedpoint.rs:+1:51: +1:68
|
2023-01-25 12:34:35 -06:00
|
|
|
_1 = (move _2, move _3); // scope 1 at $DIR/simplify_locals_fixedpoint.rs:+1:30: +1:69
|
2022-11-02 16:54:49 -05:00
|
|
|
StorageDead(_3); // scope 1 at $DIR/simplify_locals_fixedpoint.rs:+1:68: +1:69
|
|
|
|
StorageDead(_2); // scope 1 at $DIR/simplify_locals_fixedpoint.rs:+1:68: +1:69
|
|
|
|
_5 = discriminant((_1.0: std::option::Option<u8>)); // scope 1 at $DIR/simplify_locals_fixedpoint.rs:+1:12: +1:27
|
2022-12-03 18:03:27 -06:00
|
|
|
switchInt(move _5) -> [1: bb1, otherwise: bb3]; // scope 1 at $DIR/simplify_locals_fixedpoint.rs:+1:12: +1:27
|
2020-04-03 17:40:08 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
bb1: {
|
2022-11-02 16:54:49 -05:00
|
|
|
_4 = discriminant((_1.1: std::option::Option<T>)); // scope 1 at $DIR/simplify_locals_fixedpoint.rs:+1:12: +1:27
|
2022-12-03 18:03:27 -06:00
|
|
|
switchInt(move _4) -> [0: bb2, otherwise: bb3]; // scope 1 at $DIR/simplify_locals_fixedpoint.rs:+1:12: +1:27
|
2021-08-15 12:25:17 -05:00
|
|
|
}
|
|
|
|
|
2021-08-19 21:28:32 -05:00
|
|
|
bb2: {
|
2022-11-02 16:54:49 -05:00
|
|
|
_6 = (((_1.0: std::option::Option<u8>) as Some).0: u8); // scope 1 at $DIR/simplify_locals_fixedpoint.rs:+1:18: +1:19
|
|
|
|
- StorageLive(_7); // scope 1 at $DIR/simplify_locals_fixedpoint.rs:+2:12: +2:20
|
2023-01-29 12:50:33 -06:00
|
|
|
- _7 = Gt(_6, const 42_u8); // scope 1 at $DIR/simplify_locals_fixedpoint.rs:+2:12: +2:20
|
2022-11-02 16:54:49 -05:00
|
|
|
- StorageDead(_7); // scope 1 at $DIR/simplify_locals_fixedpoint.rs:+4:9: +4:10
|
|
|
|
goto -> bb3; // scope 0 at $DIR/simplify_locals_fixedpoint.rs:+1:5: +5:6
|
2021-08-15 12:25:17 -05:00
|
|
|
}
|
|
|
|
|
2021-08-19 21:28:32 -05:00
|
|
|
bb3: {
|
2022-11-02 16:54:49 -05:00
|
|
|
drop(_1) -> bb4; // scope 0 at $DIR/simplify_locals_fixedpoint.rs:+6:1: +6:2
|
2020-04-03 18:31:59 -05:00
|
|
|
}
|
|
|
|
|
2021-08-19 21:28:32 -05:00
|
|
|
bb4: {
|
2022-11-02 16:54:49 -05:00
|
|
|
StorageDead(_1); // scope 0 at $DIR/simplify_locals_fixedpoint.rs:+6:1: +6:2
|
|
|
|
return; // scope 0 at $DIR/simplify_locals_fixedpoint.rs:+6:2: +6:2
|
2020-04-03 17:40:08 -05:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|