rust/tests/mir-opt/building/match_false_edges.main.built.after.mir

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

188 lines
3.4 KiB
Rust
Raw Normal View History

// MIR for `main` after built
2020-04-02 16:09:01 -05:00
fn main() -> () {
2023-06-06 08:47:00 -05:00
let mut _0: ();
let mut _1: i32;
let mut _2: std::option::Option<i32>;
let mut _3: isize;
let mut _4: isize;
let mut _5: &std::option::Option<i32>;
let _6: i32;
let _7: &i32;
let mut _8: bool;
let _9: std::option::Option<i32>;
let _10: i32;
let _11: &i32;
let mut _12: bool;
let mut _13: i32;
let _14: std::option::Option<i32>;
2020-04-02 16:09:01 -05:00
scope 1 {
}
scope 2 {
2023-06-06 08:47:00 -05:00
debug _w => _6;
debug _w => _7;
2020-04-02 16:09:01 -05:00
}
scope 3 {
2023-06-06 08:47:00 -05:00
debug _x => _9;
2020-04-02 16:09:01 -05:00
}
scope 4 {
2023-06-06 08:47:00 -05:00
debug y => _10;
debug y => _11;
2020-04-02 16:09:01 -05:00
}
scope 5 {
2023-06-06 08:47:00 -05:00
debug _z => _14;
2020-04-02 16:09:01 -05:00
}
bb0: {
2023-06-06 08:47:00 -05:00
StorageLive(_1);
StorageLive(_2);
_2 = Option::<i32>::Some(const 1_i32);
PlaceMention(_2);
2023-06-06 08:47:00 -05:00
_4 = discriminant(_2);
2024-02-15 19:57:24 -06:00
switchInt(move _4) -> [1: bb8, otherwise: bb2];
2020-04-02 16:09:01 -05:00
}
2020-10-02 15:11:24 -05:00
bb1: {
2024-02-11 21:56:03 -06:00
FakeRead(ForMatchedPlace(None), _2);
unreachable;
2020-04-02 16:09:01 -05:00
}
bb2: {
2024-02-15 19:57:24 -06:00
falseEdge -> [real: bb15, imaginary: bb6];
2020-04-02 16:09:01 -05:00
}
bb3: {
2023-06-06 08:47:00 -05:00
_3 = discriminant(_2);
2024-02-15 19:57:24 -06:00
switchInt(move _3) -> [1: bb6, otherwise: bb4];
}
2024-02-11 21:56:03 -06:00
bb4: {
2023-06-06 08:47:00 -05:00
StorageLive(_14);
_14 = _2;
_1 = const 4_i32;
StorageDead(_14);
2024-02-15 19:57:24 -06:00
goto -> bb21;
2024-02-11 21:56:03 -06:00
}
bb5: {
2024-02-15 19:57:24 -06:00
goto -> bb1;
2020-04-02 16:09:01 -05:00
}
bb6: {
2024-02-15 19:57:24 -06:00
falseEdge -> [real: bb16, imaginary: bb4];
2020-04-02 16:09:01 -05:00
}
bb7: {
2024-02-15 19:57:24 -06:00
goto -> bb4;
}
bb8: {
2024-02-15 19:57:24 -06:00
falseEdge -> [real: bb10, imaginary: bb2];
2024-02-11 21:56:03 -06:00
}
bb9: {
2024-02-15 19:57:24 -06:00
goto -> bb2;
}
bb10: {
2023-06-06 08:47:00 -05:00
StorageLive(_7);
_7 = &((_2 as Some).0: i32);
2023-11-08 11:38:30 -06:00
_5 = &fake _2;
2023-06-06 08:47:00 -05:00
StorageLive(_8);
2024-02-15 19:57:24 -06:00
_8 = guard() -> [return: bb11, unwind: bb24];
2020-04-02 16:09:01 -05:00
}
2024-02-15 19:57:24 -06:00
bb11: {
switchInt(move _8) -> [0: bb13, otherwise: bb12];
2020-04-02 16:09:01 -05:00
}
2024-02-15 19:57:24 -06:00
bb12: {
2023-06-06 08:47:00 -05:00
StorageDead(_8);
FakeRead(ForMatchGuard, _5);
FakeRead(ForGuardBinding, _7);
StorageLive(_6);
_6 = ((_2 as Some).0: i32);
_1 = const 1_i32;
StorageDead(_6);
StorageDead(_7);
2024-02-15 19:57:24 -06:00
goto -> bb21;
2020-04-02 16:09:01 -05:00
}
2024-02-15 19:57:24 -06:00
bb13: {
goto -> bb14;
}
2024-02-15 19:57:24 -06:00
bb14: {
2023-06-06 08:47:00 -05:00
StorageDead(_8);
StorageDead(_7);
2024-02-15 19:57:24 -06:00
falseEdge -> [real: bb9, imaginary: bb2];
2020-04-02 16:09:01 -05:00
}
2024-02-15 19:57:24 -06:00
bb15: {
2023-06-06 08:47:00 -05:00
StorageLive(_9);
_9 = _2;
_1 = const 2_i32;
StorageDead(_9);
2024-02-15 19:57:24 -06:00
goto -> bb21;
2020-04-02 16:09:01 -05:00
}
2024-02-15 19:57:24 -06:00
bb16: {
2023-06-06 08:47:00 -05:00
StorageLive(_11);
_11 = &((_2 as Some).0: i32);
2023-11-08 11:38:30 -06:00
_5 = &fake _2;
2023-06-06 08:47:00 -05:00
StorageLive(_12);
StorageLive(_13);
_13 = (*_11);
2024-02-15 19:57:24 -06:00
_12 = guard2(move _13) -> [return: bb17, unwind: bb24];
2020-04-02 16:09:01 -05:00
}
2024-02-15 19:57:24 -06:00
bb17: {
switchInt(move _12) -> [0: bb19, otherwise: bb18];
2020-04-02 16:09:01 -05:00
}
2024-02-15 19:57:24 -06:00
bb18: {
2023-06-06 08:47:00 -05:00
StorageDead(_13);
StorageDead(_12);
FakeRead(ForMatchGuard, _5);
FakeRead(ForGuardBinding, _11);
StorageLive(_10);
_10 = ((_2 as Some).0: i32);
_1 = const 3_i32;
StorageDead(_10);
StorageDead(_11);
2024-02-15 19:57:24 -06:00
goto -> bb21;
2020-04-02 16:09:01 -05:00
}
2024-02-15 19:57:24 -06:00
bb19: {
goto -> bb20;
}
2024-02-15 19:57:24 -06:00
bb20: {
2023-06-06 08:47:00 -05:00
StorageDead(_13);
StorageDead(_12);
StorageDead(_11);
2024-02-15 19:57:24 -06:00
falseEdge -> [real: bb7, imaginary: bb4];
2020-04-02 16:09:01 -05:00
}
2024-02-15 19:57:24 -06:00
bb21: {
2023-06-06 08:47:00 -05:00
PlaceMention(_1);
StorageDead(_2);
StorageDead(_1);
_0 = const ();
return;
2020-04-02 16:09:01 -05:00
}
2020-10-02 15:11:24 -05:00
2024-02-15 19:57:24 -06:00
bb22: {
2024-02-11 21:56:03 -06:00
FakeRead(ForMatchedPlace(None), _1);
unreachable;
}
2024-02-15 19:57:24 -06:00
bb23: {
goto -> bb22;
}
bb24 (cleanup): {
2023-06-06 08:47:00 -05:00
resume;
2020-10-02 15:11:24 -05:00
}
2020-04-02 16:09:01 -05:00
}