jan-justin opened PR #5856 from cranelift_atomic_rmw
to main
:
This PR adds the
atomic_rmw
implementation to the interpreter in accordance with issue #5817 and ensures that the relevant filetest passes.<!--
Please ensure that the following steps are all taken care of before submitting
the PR.
[ x] This has been discussed in issue #..., or if not, please tell us why
here.[ x] A short description of what this does, why it is needed; if the
description becomes long, the matter should probably be discussed in an issue
first.[ x] This PR contains test cases, if meaningful.
- [x ] A reviewer from the core maintainer team has been assigned for this PR.
If you don't know who could review this, please indicate so. The list of
suggested reviewers on the right can help you.Please ensure all communication adheres to the code of conduct.
-->
jameysharp submitted PR review.
jameysharp created PR review comment:
Comparing this to the
AtomicLoad
andAtomicStore
cases immediately afterward, I think this block can use theassign_or_memtrap
helper. The similar block around the load above is harder since it doesn't necessarily return early.
jameysharp submitted PR review.
jan-justin updated PR #5856 from cranelift_atomic_rmw
to main
.
afonso360 submitted PR review.
afonso360 merged PR #5856.
Last updated: Nov 22 2024 at 16:03 UTC