saulecabrera opened PR #8453 from saulecabrera:cranelift-aarch64-add-fpu-move32
to bytecodealliance:main
:
This commit is a follow up to https://github.com/bytecodealliance/wasmtime/pull/8365/files#r1565962730, to enable emission of 32-bit fmov from Winch.
I opted to introduce a new instruction over refactoring the existing
FpuMov64
to be more generic to keep things simple, but I'm definitely open to exploring a refactoring if that's preferred.Encoding reference: https://developer.arm.com/documentation/ddi0602/2024-03/SIMD-FP-Instructions/FMOV--register---Floating-point-Move-register-without-conversion-?lang=en
<!--
Please make sure you include the following information:
If this work has been discussed elsewhere, please include a link to that
conversation. If it was discussed in an issue, just mention "issue #...".Explain why this change is needed. If the details are in an issue already,
this can be brief.Our development process is documented in the Wasmtime book:
https://docs.wasmtime.dev/contributing-development-process.htmlPlease ensure all communication follows the code of conduct:
https://github.com/bytecodealliance/wasmtime/blob/main/CODE_OF_CONDUCT.md
-->
saulecabrera requested elliottt for a review on PR #8453.
saulecabrera requested wasmtime-compiler-reviewers for a review on PR #8453.
saulecabrera requested cfallin for a review on PR #8453.
cfallin submitted PR review:
LGTM!
cfallin merged PR #8453.
Last updated: Nov 22 2024 at 16:03 UTC