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-06-16 15:21:34 -07:00
|
|
|
scope 1 (inlined core::num::<impl u16>::unchecked_shl) {
|
2024-04-09 02:01:21 -04:00
|
|
|
scope 2 (inlined core::ub_checks::check_language_ub) {
|
|
|
|
scope 3 (inlined core::ub_checks::check_language_ub::runtime) {
|
|
|
|
}
|
|
|
|
}
|
2023-06-16 15:21:34 -07:00
|
|
|
}
|
2023-02-24 16:33:22 -05:00
|
|
|
|
|
|
|
bb0: {
|
2024-03-30 00:36:45 -07:00
|
|
|
_0 = ShlUnchecked(copy _1, copy _2);
|
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
|
|
|
}
|