rust/tests/mir-opt/inline/inline_coroutine.main.Inline.panic-abort.diff

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

114 lines
3.3 KiB
Diff
Raw Normal View History

2020-11-10 18:00:00 -06:00
- // MIR for `main` before Inline
+ // MIR for `main` after Inline
fn main() -> () {
2023-06-06 08:47:00 -05:00
let mut _0: ();
2023-10-19 11:06:43 -05:00
let _1: std::ops::CoroutineState<i32, bool>;
let mut _2: std::pin::Pin<&mut {coroutine@$DIR/inline_coroutine.rs:19:5: 19:8}>;
let mut _3: &mut {coroutine@$DIR/inline_coroutine.rs:19:5: 19:8};
let mut _4: {coroutine@$DIR/inline_coroutine.rs:19:5: 19:8};
2023-10-03 05:19:00 -05:00
+ let mut _5: bool;
2020-11-10 18:00:00 -06:00
scope 1 {
2023-06-06 08:47:00 -05:00
debug _r => _1;
2020-11-10 18:00:00 -06:00
}
2023-06-06 08:47:00 -05:00
+ scope 2 (inlined g) {
2020-11-10 18:00:00 -06:00
+ }
+ scope 3 (inlined Pin::<&mut {coroutine@$DIR/inline_coroutine.rs:19:5: 19:8}>::new) {
2023-06-06 08:47:00 -05:00
+ debug pointer => _3;
2020-11-10 18:00:00 -06:00
+ scope 4 {
+ scope 5 (inlined Pin::<&mut {coroutine@$DIR/inline_coroutine.rs:19:5: 19:8}>::new_unchecked) {
2023-06-06 08:47:00 -05:00
+ debug pointer => _3;
2020-11-10 18:00:00 -06:00
+ }
+ }
+ }
2023-06-06 08:47:00 -05:00
+ scope 6 (inlined g::{closure#0}) {
2023-10-03 05:19:00 -05:00
+ debug a => _5;
+ let mut _6: &mut {coroutine@$DIR/inline_coroutine.rs:19:5: 19:8};
2023-10-03 05:19:00 -05:00
+ let mut _7: u32;
+ let mut _8: i32;
2020-11-10 18:00:00 -06:00
+ }
bb0: {
2023-06-06 08:47:00 -05:00
StorageLive(_1);
StorageLive(_2);
StorageLive(_3);
StorageLive(_4);
- _4 = g() -> [return: bb1, unwind unreachable];
+ _4 = {coroutine@$DIR/inline_coroutine.rs:19:5: 19:8 (#0)};
2023-01-28 12:49:48 -06:00
+ _3 = &mut _4;
+ _2 = Pin::<&mut {coroutine@$DIR/inline_coroutine.rs:19:5: 19:8}> { __pointer: _3 };
2023-01-28 12:49:48 -06:00
+ StorageDead(_3);
2023-10-03 05:19:00 -05:00
+ StorageLive(_5);
+ _5 = const false;
2023-09-30 05:44:31 -05:00
+ StorageLive(_6);
2023-10-04 12:50:03 -05:00
+ StorageLive(_7);
+ _6 = (_2.0: &mut {coroutine@$DIR/inline_coroutine.rs:19:5: 19:8});
2023-10-03 05:19:00 -05:00
+ _7 = discriminant((*_6));
+ switchInt(move _7) -> [0: bb3, 1: bb7, 3: bb8, otherwise: bb9];
2020-11-10 18:00:00 -06:00
}
2023-01-28 12:49:48 -06:00
bb1: {
- _3 = &mut _4;
- _2 = Pin::<&mut {coroutine@$DIR/inline_coroutine.rs:19:5: 19:8}>::new(move _3) -> [return: bb2, unwind unreachable];
+ StorageDead(_4);
+ _0 = const ();
+ StorageDead(_1);
+ return;
2023-01-28 12:49:48 -06:00
}
bb2: {
- StorageDead(_3);
- _1 = <{coroutine@$DIR/inline_coroutine.rs:19:5: 19:8} as Coroutine<bool>>::resume(move _2, const false) -> [return: bb3, unwind unreachable];
+ StorageDead(_7);
+ StorageDead(_6);
+ StorageDead(_5);
+ StorageDead(_2);
+ drop(_4) -> [return: bb1, unwind unreachable];
2023-01-28 12:49:48 -06:00
}
bb3: {
- StorageDead(_2);
- drop(_4) -> [return: bb4, unwind unreachable];
2023-10-03 05:19:00 -05:00
+ StorageLive(_8);
+ switchInt(_5) -> [0: bb4, otherwise: bb5];
2023-01-28 12:49:48 -06:00
}
bb4: {
- StorageDead(_4);
- _0 = const ();
- StorageDead(_1);
- return;
2023-10-03 05:19:00 -05:00
+ _8 = const 13_i32;
2023-01-28 12:49:48 -06:00
+ goto -> bb6;
2020-11-10 18:00:00 -06:00
+ }
+
2023-01-28 12:49:48 -06:00
+ bb5: {
2023-10-03 05:19:00 -05:00
+ _8 = const 7_i32;
2023-01-28 12:49:48 -06:00
+ goto -> bb6;
2020-11-10 18:00:00 -06:00
+ }
+
2023-01-28 12:49:48 -06:00
+ bb6: {
2023-10-19 11:06:43 -05:00
+ _1 = CoroutineState::<i32, bool>::Yielded(move _8);
+ StorageDead(_8);
2023-10-03 05:19:00 -05:00
+ discriminant((*_6)) = 3;
+ goto -> bb2;
2020-11-10 18:00:00 -06:00
+ }
+
2023-01-28 12:49:48 -06:00
+ bb7: {
2023-10-19 16:46:28 -05:00
+ assert(const false, "coroutine resumed after completion") -> [success: bb7, unwind unreachable];
+ }
+
2023-01-28 12:49:48 -06:00
+ bb8: {
2023-10-03 05:19:00 -05:00
+ StorageLive(_8);
+ StorageDead(_8);
2023-10-19 11:06:43 -05:00
+ _1 = CoroutineState::<i32, bool>::Complete(_5);
2023-10-03 05:19:00 -05:00
+ discriminant((*_6)) = 1;
+ goto -> bb2;
2020-11-10 18:00:00 -06:00
+ }
+
2023-01-28 12:49:48 -06:00
+ bb9: {
2023-06-06 08:47:00 -05:00
+ unreachable;
2020-11-10 18:00:00 -06:00
}
}