alexcrichton requested elliottt for a review on PR #6564.
alexcrichton requested wasmtime-compiler-reviewers for a review on PR #6564.
alexcrichton opened PR #6564 from alexcrichton:move-some-constants
to bytecodealliance:main
:
I believe that historically it was difficult to write a 128-bit constant in ISLE but nowadays ISLE supports
u128
integer literals so it's now possible to do that. This commit moves some existing constants inx64/lower/isle.rs
intolower.isle
directly to more easily understand them when reading over instruction lowerings by avoiding having to context switch between ISLE and Rust to understand the value of a constant.<!--
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
-->
elliottt submitted PR review:
Awesome!
alexcrichton merged PR #6564.
Last updated: Nov 22 2024 at 17:03 UTC