afonso360 opened PR #6518 from afonso360:riscv-fix-select-reg to bytecodealliance:main:
:wave: Hey,
This PR fixes an issue with
selectwhen used with float registers. We always emit an integer move, butgen_select_regis sometimes used with float arguments. When this happens emit instead a float move.
afonso360 requested jameysharp for a review on PR #6518.
afonso360 requested wasmtime-compiler-reviewers for a review on PR #6518.
afonso360 edited PR #6518:
:wave: Hey,
This PR fixes an issue with
selectwhen used with float registers. We always emit an integer move, butgen_select_regis sometimes used with float arguments. When this happens, emit instead a float move.
jameysharp submitted PR review:
This makes sense, thank you!
afonso360 merged PR #6518.
Last updated: Dec 06 2025 at 06:05 UTC