alexcrichton opened PR #3658 from isle-bitops
to main
:
This commit migrates these existing instructions to ISLE from the manual
lowerings implemented today. This was mostly straightforward but while I
was at it I fixed what appeared to be broken translations for I{8,16}
forclz
,cls
, andctz
. Previously the lowerings would produce
results as-if the input was 32-bits, but now I believe they all
correctly account for the bit-width.
cfallin submitted PR review.
alexcrichton merged PR #3658.
Last updated: Nov 22 2024 at 16:03 UTC