rust/tests/mir-opt/coroutine_tiny.main-{closure#0}.coroutine_resume.0.mir

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

90 lines
2.1 KiB
Rust
Raw Normal View History

2023-10-19 16:46:28 -05:00
// MIR for `main::{closure#0}` 0 coroutine_resume
/* coroutine_layout = CoroutineLayout {
field_tys: {
2023-10-19 11:06:43 -05:00
_0: CoroutineSavedTy {
2023-09-15 10:32:27 -05:00
ty: HasDrop,
2022-09-11 10:24:53 -05:00
source_info: SourceInfo {
span: $DIR/coroutine_tiny.rs:22:13: 22:15 (#0),
2022-09-11 10:24:53 -05:00
scope: scope[0],
},
2023-01-21 08:26:44 -06:00
ignore_for_traits: false,
2022-09-11 10:24:53 -05:00
},
},
2020-06-19 22:19:19 -05:00
variant_fields: {
Unresumed(0): [],
Returned (1): [],
Panicked (2): [],
Suspend0 (3): [_0],
},
storage_conflicts: BitMatrix(1x1) {
(_0, _0),
2020-06-19 22:19:19 -05:00
},
} */
2020-04-02 16:09:01 -05:00
fn main::{closure#0}(_1: Pin<&mut {coroutine@$DIR/coroutine_tiny.rs:21:5: 21:13}>, _2: u8) -> CoroutineState<(), ()> {
2023-06-06 08:47:00 -05:00
debug _x => _10;
2023-10-19 11:06:43 -05:00
let mut _0: std::ops::CoroutineState<(), ()>;
2023-06-06 08:47:00 -05:00
let _3: HasDrop;
let mut _4: !;
let mut _5: ();
let _6: u8;
let mut _7: ();
let _8: ();
let mut _9: ();
let _10: u8;
let mut _11: u32;
2020-04-02 16:09:01 -05:00
scope 1 {
debug _d => (((*(_1.0: &mut {coroutine@$DIR/coroutine_tiny.rs:21:5: 21:13})) as variant#3).0: HasDrop);
2020-04-02 16:09:01 -05:00
}
bb0: {
_11 = discriminant((*(_1.0: &mut {coroutine@$DIR/coroutine_tiny.rs:21:5: 21:13})));
2023-06-06 08:47:00 -05:00
switchInt(move _11) -> [0: bb1, 3: bb5, otherwise: bb6];
2020-04-02 16:09:01 -05:00
}
bb1: {
2023-06-06 08:47:00 -05:00
_10 = move _2;
nop;
(((*(_1.0: &mut {coroutine@$DIR/coroutine_tiny.rs:21:5: 21:13})) as variant#3).0: HasDrop) = HasDrop;
2023-06-06 08:47:00 -05:00
StorageLive(_4);
goto -> bb2;
2020-04-02 16:09:01 -05:00
}
bb2: {
2023-06-06 08:47:00 -05:00
StorageLive(_6);
StorageLive(_7);
_7 = ();
2023-10-19 11:06:43 -05:00
_0 = CoroutineState::<(), ()>::Yielded(move _7);
StorageDead(_4);
StorageDead(_6);
StorageDead(_7);
discriminant((*(_1.0: &mut {coroutine@$DIR/coroutine_tiny.rs:21:5: 21:13}))) = 3;
2023-06-06 08:47:00 -05:00
return;
2020-04-02 16:09:01 -05:00
}
bb3: {
2023-06-06 08:47:00 -05:00
StorageDead(_7);
StorageDead(_6);
StorageLive(_8);
_8 = callee() -> [return: bb4, unwind unreachable];
2020-04-02 16:09:01 -05:00
}
bb4: {
2023-06-06 08:47:00 -05:00
StorageDead(_8);
_5 = const ();
goto -> bb2;
2020-04-02 16:09:01 -05:00
}
bb5: {
2023-06-06 08:47:00 -05:00
StorageLive(_4);
StorageLive(_6);
StorageLive(_7);
_6 = move _2;
goto -> bb3;
2020-04-02 16:09:01 -05:00
}
bb6: {
2023-06-06 08:47:00 -05:00
unreachable;
2020-04-02 16:09:01 -05:00
}
}