alexcrichton opened PR #12877 from alexcrichton:x64-refactor-load to bytecodealliance:main:
It's mostly unused nowadays so whittle it down to exactly what's necessary, which is to say:
- Loading 64-bits is "const propagated" to
x64_movq_rm- The helper itself is now
x64_load_xmmand returns a typedXmmregister which handles only XMM-related types.<!--
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
-->
alexcrichton requested cfallin for a review on PR #12877.
alexcrichton requested wasmtime-compiler-reviewers for a review on PR #12877.
github-actions[bot] added the label cranelift on PR #12877.
github-actions[bot] added the label cranelift:area:x64 on PR #12877.
cfallin submitted PR review.
cfallin added PR #12877 x64: Refactor x64_load helper to the merge queue.
cfallin merged PR #12877.
cfallin removed PR #12877 x64: Refactor x64_load helper from the merge queue.
Last updated: Apr 12 2026 at 23:10 UTC