rust/tests/mir-opt/dest-prop/dead_stores_better.f.DestinationPropagation.after.panic-unwind.mir

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

31 lines
475 B
Rust
Raw Normal View History

// MIR for `f` after DestinationPropagation
fn f(_1: usize) -> usize {
2023-06-06 13:47:00 +00:00
debug a => _1;
let mut _0: usize;
let _2: usize;
let mut _3: usize;
let mut _4: usize;
scope 1 {
2023-06-06 13:47:00 +00:00
debug b => _1;
}
bb0: {
2023-06-06 13:47:00 +00:00
nop;
nop;
nop;
nop;
nop;
nop;
nop;
nop;
2023-06-23 16:53:09 +00:00
_0 = id::<usize>(move _1) -> [return: bb1, unwind continue];
}
bb1: {
2023-06-06 13:47:00 +00:00
nop;
nop;
return;
}
}