afonso360 opened PR #6518 from afonso360:riscv-fix-select-reg
to bytecodealliance:main
:
:wave: Hey,
This PR fixes an issue with
select
when used with float registers. We always emit an integer move, butgen_select_reg
is 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
select
when used with float registers. We always emit an integer move, butgen_select_reg
is 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: Nov 22 2024 at 16:03 UTC