2023-02-24 15:33:22 -06:00
|
|
|
// MIR for `unchecked_shl_unsigned_smaller` after PreCodegen
|
|
|
|
|
|
|
|
fn unchecked_shl_unsigned_smaller(_1: u16, _2: u32) -> u16 {
|
2023-06-06 08:47:00 -05:00
|
|
|
debug a => _1;
|
|
|
|
debug b => _2;
|
|
|
|
let mut _0: u16;
|
2023-06-16 17:21:34 -05:00
|
|
|
scope 1 (inlined core::num::<impl u16>::unchecked_shl) {
|
|
|
|
}
|
2023-02-24 15:33:22 -06:00
|
|
|
|
|
|
|
bb0: {
|
2024-03-30 02:36:45 -05:00
|
|
|
_0 = ShlUnchecked(_1, _2);
|
2023-06-06 08:47:00 -05:00
|
|
|
return;
|
2023-05-14 06:25:47 -05:00
|
|
|
}
|
2023-02-24 15:33:22 -06:00
|
|
|
}
|