[PATCH] D18375: AMDGPU: Add atomic_inc + atomic_dec intrinsics

Tom Stellard via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 22 18:16:02 PDT 2016


tstellarAMD added inline comments.

================
Comment at: include/llvm/IR/IntrinsicsAMDGPU.td:154
@@ -153,1 +153,3 @@
 
+// TODO: Do we want an ordering for these?
+def int_amdgcn_atomic_inc : Intrinsic<[llvm_anyint_ty],
----------------
Yes, I think we need an ordering for these.


http://reviews.llvm.org/D18375





More information about the llvm-commits mailing list