[PATCH] D137524: clang/AMDGPU: Emit atomicrmw for atomic_inc/dec builtins
Jon Chesterfield via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Nov 6 23:47:30 PST 2022
JonChesterfield added a comment.
I don't recognize atomicrmw udec_wrap and can't find it in https://llvm.org/docs/LangRef.html#atomicrmw-instruction. I do vaguely recall the semantics of these builtins (well, the instructions they target) being surprising, Do you know where the uinc_wrao etc were introduced?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D137524/new/
https://reviews.llvm.org/D137524
More information about the cfe-commits
mailing list