afonso360 opened PR #8625 from afonso360:cprop-float
to bytecodealliance:main
:
:wave: Hey,
This PR adds constant propagation for the few bitwise floating point operations that we have (
fneg
/fabs
/fcopysign
). Since these operations are guaranteed to be done in a bitwise manner it should be safe to constant propagate them.
afonso360 requested fitzgen for a review on PR #8625.
afonso360 requested wasmtime-compiler-reviewers for a review on PR #8625.
alexcrichton submitted PR review.
fitzgen submitted PR review:
Thanks! One nitpick below :)
fitzgen submitted PR review:
Thanks! One nitpick below :)
fitzgen created PR review comment:
Can we move these to
prelude.isle
?
github-actions[bot] commented on PR #8625:
Subscribe to Label Action
cc @cfallin, @fitzgen
<details>
This issue or pull request has been labeled: "cranelift", "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>
afonso360 updated PR #8625.
afonso360 merged PR #8625.
Last updated: Nov 22 2024 at 16:03 UTC