Closed Robbepop closed 6 years ago
The sub-module for the implementation of the ApInt bit-shifts is currently unfinished. The final implementation covers the following APIs:
ApInt
ApInt::checked_shl_assign
ApInt::into_checked_shl
ApInt::checked_lshr_assign
ApInt::into_checked_lshr
ApInt::checked_ashr_assign
ApInt::into_checked_ashr
Fully implemented after 71b55c58b9c123eace600e5310106799c1b57c77.
The sub-module for the implementation of the
ApInt
bit-shifts is currently unfinished. The final implementation covers the following APIs:ApInt::checked_shl_assign
ApInt::into_checked_shl
ApInt::checked_lshr_assign
ApInt::into_checked_lshr
ApInt::checked_ashr_assign
ApInt::into_checked_ashr