mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-24 07:44:10 +00:00
170 lines
3.2 KiB
Rust
170 lines
3.2 KiB
Rust
// MIR for `main` after built
|
|
|
|
fn main() -> () {
|
|
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>;
|
|
scope 1 {
|
|
}
|
|
scope 2 {
|
|
debug _w => _6;
|
|
debug _w => _7;
|
|
}
|
|
scope 3 {
|
|
debug _x => _9;
|
|
}
|
|
scope 4 {
|
|
debug y => _10;
|
|
debug y => _11;
|
|
}
|
|
scope 5 {
|
|
debug _z => _14;
|
|
}
|
|
|
|
bb0: {
|
|
StorageLive(_1);
|
|
StorageLive(_2);
|
|
_2 = Option::<i32>::Some(const 1_i32);
|
|
FakeRead(ForMatchedPlace(None), _2);
|
|
_4 = discriminant(_2);
|
|
switchInt(move _4) -> [1: bb2, otherwise: bb1];
|
|
}
|
|
|
|
bb1: {
|
|
falseEdge -> [real: bb13, imaginary: bb6];
|
|
}
|
|
|
|
bb2: {
|
|
falseEdge -> [real: bb8, imaginary: bb1];
|
|
}
|
|
|
|
bb3: {
|
|
goto -> bb1;
|
|
}
|
|
|
|
bb4: {
|
|
_3 = discriminant(_2);
|
|
switchInt(move _3) -> [1: bb6, otherwise: bb5];
|
|
}
|
|
|
|
bb5: {
|
|
StorageLive(_14);
|
|
_14 = _2;
|
|
_1 = const 4_i32;
|
|
StorageDead(_14);
|
|
goto -> bb19;
|
|
}
|
|
|
|
bb6: {
|
|
falseEdge -> [real: bb14, imaginary: bb5];
|
|
}
|
|
|
|
bb7: {
|
|
goto -> bb5;
|
|
}
|
|
|
|
bb8: {
|
|
StorageLive(_7);
|
|
_7 = &((_2 as Some).0: i32);
|
|
_5 = &shallow _2;
|
|
StorageLive(_8);
|
|
_8 = guard() -> [return: bb9, unwind: bb20];
|
|
}
|
|
|
|
bb9: {
|
|
switchInt(move _8) -> [0: bb11, otherwise: bb10];
|
|
}
|
|
|
|
bb10: {
|
|
StorageDead(_8);
|
|
FakeRead(ForMatchGuard, _5);
|
|
FakeRead(ForGuardBinding, _7);
|
|
StorageLive(_6);
|
|
_6 = ((_2 as Some).0: i32);
|
|
_1 = const 1_i32;
|
|
StorageDead(_6);
|
|
StorageDead(_7);
|
|
goto -> bb19;
|
|
}
|
|
|
|
bb11: {
|
|
goto -> bb12;
|
|
}
|
|
|
|
bb12: {
|
|
StorageDead(_8);
|
|
StorageDead(_7);
|
|
falseEdge -> [real: bb3, imaginary: bb1];
|
|
}
|
|
|
|
bb13: {
|
|
StorageLive(_9);
|
|
_9 = _2;
|
|
_1 = const 2_i32;
|
|
StorageDead(_9);
|
|
goto -> bb19;
|
|
}
|
|
|
|
bb14: {
|
|
StorageLive(_11);
|
|
_11 = &((_2 as Some).0: i32);
|
|
_5 = &shallow _2;
|
|
StorageLive(_12);
|
|
StorageLive(_13);
|
|
_13 = (*_11);
|
|
_12 = guard2(move _13) -> [return: bb15, unwind: bb20];
|
|
}
|
|
|
|
bb15: {
|
|
switchInt(move _12) -> [0: bb17, otherwise: bb16];
|
|
}
|
|
|
|
bb16: {
|
|
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);
|
|
goto -> bb19;
|
|
}
|
|
|
|
bb17: {
|
|
goto -> bb18;
|
|
}
|
|
|
|
bb18: {
|
|
StorageDead(_13);
|
|
StorageDead(_12);
|
|
StorageDead(_11);
|
|
falseEdge -> [real: bb7, imaginary: bb5];
|
|
}
|
|
|
|
bb19: {
|
|
PlaceMention(_1);
|
|
StorageDead(_2);
|
|
StorageDead(_1);
|
|
_0 = const ();
|
|
return;
|
|
}
|
|
|
|
bb20 (cleanup): {
|
|
resume;
|
|
}
|
|
}
|