saulecabrera requested abrown for a review on PR #9993.
saulecabrera requested wasmtime-compiler-reviewers for a review on PR #9993.
saulecabrera opened PR #9993 from saulecabrera:winch-fix-mem-op-kind-for-atomic-loads
to bytecodealliance:main
:
Change from
MemOpKind::Normal
toMemOpKind::Atomic
. In the case of x64 this change doesn't meaningfully change the output of the instruction. However, for correctness and for the purposes of other backends, we need to pass the rightMemOpKind
.<!--
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
-->
github-actions[bot] commented on PR #9993:
Subscribe to Label Action
cc @saulecabrera
<details>
This issue or pull request has been labeled: "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>
alexcrichton submitted PR review.
saulecabrera updated PR #9993.
saulecabrera commented on PR #9993:
The failure was due to a missing rebase.
saulecabrera merged PR #9993.
Last updated: Jan 24 2025 at 00:11 UTC