[Openmp-commits] [openmp] [OpenMP][NFC] Use `uinc` atomic builtins for this operation (PR #177207)
Johannes Doerfert via Openmp-commits
openmp-commits at lists.llvm.org
Wed Jan 21 09:22:00 PST 2026
================
@@ -50,6 +46,12 @@ bool cas(Ty *Address, V ExpectedV, V DesiredV, atomic::OrderingTy OrderingSucc,
OrderingSucc, OrderingFail, MemScope);
}
+template <typename Ty, typename V = utils::remove_addrspace_t<Ty>>
----------------
jdoerfert wrote:
Keep the comment.
https://github.com/llvm/llvm-project/pull/177207
More information about the Openmp-commits
mailing list