mchesser commented on issue #6979:
Thanks for the review.
I've updated the
MovImmM
variant to only allowi32
s. Based on my understanding, I believe using thesimm32
helper for converting theimm
is sufficient (since it returnsNone
when the value doesn't fit), and it looks like the fallback case is hit when the value doesn't fit in the updated tests -- but let me know if this isn't the right way to do things.Changing
MovImmM
also affectedwinch
, however it looks likewinch
already panics for large values in this case so I just tried to keep the behavior the same.
github-actions[bot] commented on issue #6979:
Subscribe to Label Action
cc @saulecabrera
<details>
This issue or pull request has been labeled: "cranelift", "cranelift:area:x64", "winch"Thus the following users have been cc'd because of the following labels:
- saulecabrera: winch
To subscribe or unsubscribe from this label, edit the <code>.github/subscribe-to-label.json</code> configuration file.
Learn more.
</details>
Last updated: Nov 22 2024 at 17:03 UTC