os-rust/tests/mir-opt/inline/unchecked_shifts.unchecked_shl_unsigned_smaller.PreCodegen.after.panic-unwind.mir

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

16 lines
302 B
Rust
Raw Normal View History

2023-02-24 16:33:22 -05:00
// MIR for `unchecked_shl_unsigned_smaller` after PreCodegen
fn unchecked_shl_unsigned_smaller(_1: u16, _2: u32) -> u16 {
2023-06-06 09:47:00 -04:00
debug a => _1;
debug b => _2;
let mut _0: u16;
2023-02-24 16:33:22 -05:00
bb0: {
_0 = core::num::<impl u16>::unchecked_shl(_1, _2) -> bb1;
}
2023-04-29 19:02:45 -07:00
bb1: {
2023-06-06 09:47:00 -04:00
return;
}
2023-02-24 16:33:22 -05:00
}