rust/tests/mir-opt/dest-prop/dead_stores_79191.f.DestinationPropagation.after.panic-abort.mir

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

32 lines
519 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 => _3;
}
bb0: {
2023-06-06 13:47:00 +00:00
nop;
_3 = _1;
_1 = const 5_usize;
nop;
nop;
_1 = move _3;
nop;
nop;
nop;
_0 = id::<usize>(move _1) -> [return: bb1, unwind unreachable];
}
bb1: {
2023-06-06 13:47:00 +00:00
nop;
nop;
return;
}
}