bnjbvr opened PR #1999 from fix-aarch64-ishl-by-zero
to main
:
The ARM book says that the immr field should contain (-count % 64); the
existing code was approximating this with (64 - count), which is not
correct for a zero count.
bnjbvr requested cfallin and julian-seward1 for a review on PR #1999.
bnjbvr requested cfallin and julian-seward1 for a review on PR #1999.
cfallin submitted PR Review.
cfallin merged PR #1999.
Last updated: Nov 22 2024 at 17:03 UTC