alexcrichton requested abrown for a review on PR #11072.
alexcrichton opened PR #11072 from alexcrichton:x64-cmp to bytecodealliance:main:
This commit migrates the
cmpandtestfamily of instructions, theCmpRmiRvariant in ISLE, to the new assembler. This required fiddling with various helpers for immediates and such throughout a few locations and refactoring various callsites of creating these instructions to fit nicely into these new idioms. EFLAGS-writing instructions with no other results are now also modeled in the assembler asProducesFlagsrather thanSideEffectNoResultas their base case enabling using the generated constructors a bit more too.No functional change is expected from this, it should just be internal refactoring.
<!--
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 wasmtime-compiler-reviewers for a review on PR #11072.
alexcrichton updated PR #11072.
github-actions[bot] commented on PR #11072:
Subscribe to Label Action
cc @cfallin, @fitzgen
<details>
This issue or pull request has been labeled: "cranelift", "cranelift:area:x64", "cranelift:meta", "isle"Thus the following users have been cc'd because of the following labels:
- cfallin: isle
- fitzgen: isle
To subscribe or unsubscribe from this label, edit the <code>.github/subscribe-to-label.json</code> configuration file.
Learn more.
</details>
abrown submitted PR review:
Nice!
abrown merged PR #11072.
Last updated: Dec 06 2025 at 06:05 UTC