2020-04-02 21:09:01 +00:00
|
|
|
- // MIR for `main` before UnreachablePropagation
|
|
|
|
+ // MIR for `main` after UnreachablePropagation
|
|
|
|
|
|
|
|
fn main() -> () {
|
|
|
|
let mut _0: (); // return place in scope 0 at $DIR/unreachable_diverging.rs:12:11: 12:11
|
|
|
|
let _1: bool; // in scope 0 at $DIR/unreachable_diverging.rs:13:9: 13:10
|
|
|
|
let mut _2: std::option::Option<Empty>; // in scope 0 at $DIR/unreachable_diverging.rs:14:25: 14:32
|
|
|
|
let mut _3: isize; // in scope 0 at $DIR/unreachable_diverging.rs:14:12: 14:22
|
|
|
|
let _5: (); // in scope 0 at $DIR/unreachable_diverging.rs:15:9: 17:10
|
|
|
|
let mut _6: bool; // in scope 0 at $DIR/unreachable_diverging.rs:15:12: 15:13
|
|
|
|
let mut _7: !; // in scope 0 at $DIR/unreachable_diverging.rs:18:9: 18:22
|
|
|
|
scope 1 {
|
|
|
|
debug x => _1; // in scope 1 at $DIR/unreachable_diverging.rs:13:9: 13:10
|
|
|
|
scope 2 {
|
|
|
|
debug bomb => _4; // in scope 2 at $DIR/unreachable_diverging.rs:14:17: 14:21
|
2022-06-09 23:09:04 -07:00
|
|
|
let _4: Empty; // in scope 2 at $DIR/unreachable_diverging.rs:14:17: 14:21
|
2020-04-02 21:09:01 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
bb0: {
|
2020-04-25 11:01:43 +02:00
|
|
|
StorageLive(_1); // scope 0 at $DIR/unreachable_diverging.rs:13:9: 13:10
|
|
|
|
_1 = const true; // scope 0 at $DIR/unreachable_diverging.rs:13:13: 13:17
|
2022-06-09 23:09:04 -07:00
|
|
|
StorageLive(_2); // scope 2 at $DIR/unreachable_diverging.rs:14:25: 14:32
|
|
|
|
_2 = empty() -> bb1; // scope 2 at $DIR/unreachable_diverging.rs:14:25: 14:32
|
2020-04-02 21:09:01 +00:00
|
|
|
// mir::Constant
|
|
|
|
// + span: $DIR/unreachable_diverging.rs:14:25: 14:30
|
2022-02-21 08:10:07 +01:00
|
|
|
// + literal: Const { ty: fn() -> Option<Empty> {empty}, val: Value(Scalar(<ZST>)) }
|
2020-04-02 21:09:01 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
bb1: {
|
2022-06-09 23:09:04 -07:00
|
|
|
_3 = discriminant(_2); // scope 2 at $DIR/unreachable_diverging.rs:14:12: 14:22
|
|
|
|
- switchInt(move _3) -> [1_isize: bb2, otherwise: bb6]; // scope 2 at $DIR/unreachable_diverging.rs:14:12: 14:22
|
|
|
|
+ switchInt(move _3) -> [1_isize: bb2, otherwise: bb5]; // scope 2 at $DIR/unreachable_diverging.rs:14:12: 14:22
|
2020-04-02 21:09:01 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
bb2: {
|
2022-06-09 11:06:44 -07:00
|
|
|
StorageLive(_4); // scope 2 at $DIR/unreachable_diverging.rs:14:17: 14:21
|
|
|
|
_4 = move ((_2 as Some).0: Empty); // scope 2 at $DIR/unreachable_diverging.rs:14:17: 14:21
|
2022-06-09 23:16:56 -07:00
|
|
|
StorageLive(_5); // scope 2 at $DIR/unreachable_diverging.rs:15:9: 17:10
|
2022-06-10 14:12:58 -07:00
|
|
|
StorageLive(_6); // scope 2 at $DIR/unreachable_diverging.rs:15:12: 15:13
|
|
|
|
_6 = _1; // scope 2 at $DIR/unreachable_diverging.rs:15:12: 15:13
|
|
|
|
- switchInt(move _6) -> [false: bb4, otherwise: bb3]; // scope 2 at $DIR/unreachable_diverging.rs:15:12: 15:13
|
|
|
|
+ goto -> bb3; // scope 2 at $DIR/unreachable_diverging.rs:15:12: 15:13
|
2020-04-02 21:09:01 +00:00
|
|
|
}
|
|
|
|
|
2021-09-01 22:52:17 +01:00
|
|
|
bb3: {
|
2022-06-10 14:12:58 -07:00
|
|
|
- _5 = loop_forever() -> bb5; // scope 2 at $DIR/unreachable_diverging.rs:16:13: 16:27
|
|
|
|
+ _5 = loop_forever() -> bb4; // scope 2 at $DIR/unreachable_diverging.rs:16:13: 16:27
|
2020-08-20 09:25:06 +00:00
|
|
|
// mir::Constant
|
2020-04-02 21:09:01 +00:00
|
|
|
// + span: $DIR/unreachable_diverging.rs:16:13: 16:25
|
|
|
|
// + literal: Const { ty: fn() {loop_forever}, val: Value(Scalar(<ZST>)) }
|
|
|
|
}
|
|
|
|
|
2021-09-01 22:52:17 +01:00
|
|
|
bb4: {
|
2022-06-09 23:16:56 -07:00
|
|
|
- _5 = const (); // scope 2 at $DIR/unreachable_diverging.rs:17:10: 17:10
|
|
|
|
- goto -> bb5; // scope 2 at $DIR/unreachable_diverging.rs:15:9: 17:10
|
2021-01-01 15:38:11 -03:00
|
|
|
- }
|
|
|
|
-
|
2021-09-01 22:52:17 +01:00
|
|
|
- bb5: {
|
2022-06-09 23:16:56 -07:00
|
|
|
StorageDead(_6); // scope 2 at $DIR/unreachable_diverging.rs:17:9: 17:10
|
|
|
|
StorageDead(_5); // scope 2 at $DIR/unreachable_diverging.rs:17:9: 17:10
|
|
|
|
StorageLive(_7); // scope 2 at $DIR/unreachable_diverging.rs:18:9: 18:22
|
|
|
|
unreachable; // scope 2 at $DIR/unreachable_diverging.rs:18:15: 18:19
|
2020-04-02 21:09:01 +00:00
|
|
|
}
|
2021-09-01 22:52:17 +01:00
|
|
|
|
|
|
|
- bb6: {
|
|
|
|
+ bb5: {
|
|
|
|
_0 = const (); // scope 1 at $DIR/unreachable_diverging.rs:19:6: 19:6
|
|
|
|
StorageDead(_1); // scope 0 at $DIR/unreachable_diverging.rs:20:1: 20:2
|
|
|
|
StorageDead(_2); // scope 0 at $DIR/unreachable_diverging.rs:20:1: 20:2
|
|
|
|
return; // scope 0 at $DIR/unreachable_diverging.rs:20:2: 20:2
|
|
|
|
}
|
2020-04-02 21:09:01 +00:00
|
|
|
}
|
|
|
|
|