afonso360 opened PR #7319 from afonso360:riscv-bitrev-isle
to bytecodealliance:main
:
:wave: Hey,
We currently have two implementations of this instruction. One used in
bswap
and a second one used only inbitrev
. They are somewhat different, thebitrev
version uses a loop, and thebswap
one is just straight-line sequence of instructions.This PR normalizes on the
bswap
version, and deletes the loop version from the backend.
afonso360 requested abrown for a review on PR #7319.
afonso360 requested wasmtime-compiler-reviewers for a review on PR #7319.
alexcrichton submitted PR review.
alexcrichton merged PR #7319.
Last updated: Nov 22 2024 at 16:03 UTC