[PATCH] D137361: IR: Add atomicrmw uinc_wrap and udec_wrap
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 24 00:58:53 PST 2023
nikic accepted this revision.
nikic added a comment.
This revision is now accepted and ready to land.
Herald added a subscriber: StephenFan.
Trusting the experts that these are indeed the generally accepted semantics for these operations, the implementation LGTM.
================
Comment at: llvm/docs/ReleaseNotes.rst:111
+* Added ``uinc_wrap`` and ``udec_wrap`` operations to ``atomicrmw``
+
----------------
Missing period
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D137361/new/
https://reviews.llvm.org/D137361
More information about the llvm-commits
mailing list