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: {
|
2023-06-04 20:21:00 -04:00
|
|
|
_0 = core::num::<impl u16>::unchecked_shl(_1, _2) -> bb1;
|
2023-04-22 19:15:39 -04:00
|
|
|
}
|
|
|
|
|
2023-04-29 19:02:45 -07:00
|
|
|
bb1: {
|
2023-06-06 09:47:00 -04:00
|
|
|
return;
|
2023-05-14 11:25:47 +00:00
|
|
|
}
|
2023-02-24 16:33:22 -05:00
|
|
|
}
|