jeffcharles opened PR #6557 from jeffcharles:winch-add-unary-instructions
to bytecodealliance:main
:
<!--
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
-->
Add support forclz
andctz
instructions to Winch. Also adds passing CPU flags to filetests.
jeffcharles requested elliottt for a review on PR #6557.
jeffcharles requested wasmtime-compiler-reviewers for a review on PR #6557.
jeffcharles requested wasmtime-fuzz-reviewers for a review on PR #6557.
saulecabrera submitted PR review:
Looks good to me -- I think that given the tricky bits on the fallback implementation of both instructions it's probably a good idea to ask @cfallin or @elliottt (if you're feeling up for it, given that you're in the PR) to take another look before landing it.
saulecabrera submitted PR review:
Looks good to me -- I think that given the tricky bits on the fallback implementation of both instructions it's probably a good idea to ask @cfallin or @elliottt (if you're feeling up for it, given that you're already in the PR) to take another look before landing it.
cfallin submitted PR review:
The fallback cases on x64 look good to me -- nice work!
saulecabrera merged PR #6557.
Last updated: Nov 22 2024 at 17:03 UTC