jameysharp opened PR #8459 from jameysharp:riscv64-plural-helpers
to bytecodealliance:main
:
The
reg_uses
andreg_defs
helpers are not widely useful and have become quite rarely used over time. The last few remaining callers are all in the riscv64 backend. This commit replaces those calls with simple loops or unrolled calls toreg_use
orreg_def
, then deletes the helpers.
jameysharp requested abrown for a review on PR #8459.
jameysharp requested wasmtime-compiler-reviewers for a review on PR #8459.
afonso360 submitted PR review:
LGTM! :+1:
afonso360 has enabled auto merge for PR #8459.
alexcrichton merged PR #8459.
Last updated: Nov 22 2024 at 16:03 UTC