alexcrichton opened PR #6450 from alexcrichton:x64-swap-evex-operands
to bytecodealliance:main
:
This commit updates the
src1
/src2
/... operand orderings to match those of other XMM/VEX instructions. This should also match Intel's own documentation for numbered registers in instruction encodings.<!--
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 abrown for a review on PR #6450.
alexcrichton requested wasmtime-compiler-reviewers for a review on PR #6450.
alexcrichton created PR review comment:
I've verified locally with Intel's emulator that this change still works, so the swapping of
a b
in the above lowering rules should be correct and this is a result of slightly different printing now.
alexcrichton updated PR #6450.
alexcrichton updated PR #6450.
abrown submitted PR review:
:+1:
alexcrichton merged PR #6450.
Last updated: Nov 22 2024 at 16:03 UTC