rust/tests/mir-opt/building/match/match_false_edges.full_tested_match.built.after.mir

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

129 lines
2.4 KiB
Rust
Raw Normal View History

// MIR for `full_tested_match` after built
2020-04-02 16:09:01 -05:00
fn full_tested_match() -> () {
2023-06-06 08:47:00 -05:00
let mut _0: ();
let mut _1: (i32, i32);
let mut _2: std::option::Option<i32>;
2024-04-06 18:23:39 -05:00
let mut _3: &std::option::Option<i32>;
let mut _4: isize;
2023-06-06 08:47:00 -05:00
let _5: i32;
let _6: &i32;
let mut _7: bool;
let mut _8: i32;
let _9: i32;
let mut _10: i32;
2020-04-02 16:09:01 -05:00
scope 1 {
}
scope 2 {
2023-06-06 08:47:00 -05:00
debug x => _5;
debug x => _6;
2020-04-02 16:09:01 -05:00
}
scope 3 {
2023-06-06 08:47:00 -05:00
debug y => _9;
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 42_i32);
PlaceMention(_2);
2024-04-06 18:23:39 -05:00
_4 = discriminant(_2);
switchInt(move _4) -> [0: bb5, 1: bb2, otherwise: bb1];
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;
}
bb2: {
falseEdge -> [real: bb8, imaginary: bb3];
2020-04-02 16:09:01 -05:00
}
2020-05-02 13:59:05 -05:00
bb3: {
falseEdge -> [real: bb7, imaginary: bb5];
2020-04-02 16:09:01 -05:00
}
2020-05-02 13:59:05 -05:00
bb4: {
goto -> bb1;
}
2020-10-02 15:11:24 -05:00
bb5: {
_1 = (const 3_i32, const 3_i32);
goto -> bb14;
2024-02-15 19:57:24 -06:00
}
bb6: {
goto -> bb1;
2024-02-15 19:57:24 -06:00
}
bb7: {
StorageLive(_9);
_9 = copy ((_2 as Some).0: i32);
StorageLive(_10);
_10 = copy _9;
_1 = (const 2_i32, move _10);
StorageDead(_10);
StorageDead(_9);
goto -> bb14;
}
bb8: {
2023-06-06 08:47:00 -05:00
StorageLive(_6);
_6 = &((_2 as Some).0: i32);
2024-04-06 17:30:28 -05:00
_3 = &fake shallow _2;
2023-06-06 08:47:00 -05:00
StorageLive(_7);
_7 = guard() -> [return: bb10, unwind: bb16];
2020-04-02 16:09:01 -05:00
}
bb9: {
goto -> bb3;
2020-04-02 16:09:01 -05:00
}
bb10: {
switchInt(move _7) -> [0: bb12, otherwise: bb11];
}
bb11: {
2023-06-06 08:47:00 -05:00
StorageDead(_7);
2024-04-06 18:23:39 -05:00
FakeRead(ForMatchGuard, _3);
2023-06-06 08:47:00 -05:00
FakeRead(ForGuardBinding, _6);
StorageLive(_5);
_5 = copy ((_2 as Some).0: i32);
StorageLive(_8);
_8 = copy _5;
_1 = (const 1_i32, move _8);
StorageDead(_8);
StorageDead(_5);
StorageDead(_6);
goto -> bb14;
2020-04-02 16:09:01 -05:00
}
bb12: {
goto -> bb13;
}
bb13: {
2023-06-06 08:47:00 -05:00
StorageDead(_7);
StorageDead(_6);
goto -> bb9;
2020-04-02 16:09:01 -05:00
}
bb14: {
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
bb15: {
2024-02-11 21:56:03 -06:00
FakeRead(ForMatchedPlace(None), _1);
unreachable;
}
bb16 (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
}