Skip to content

Commit 844150d

Browse files
authored
[AMDGPU] Update comment about coop atomics ordering. NFC (llvm#160463)
1 parent 5fde3e8 commit 844150d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/include/llvm/IR/IntrinsicsAMDGPU.td

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3808,6 +3808,7 @@ class AMDGPUCooperativeAtomicLoad<LLVMType Ty> : Intrinsic <
38083808
[SDNPMemOperand, SDNPMayLoad]
38093809
>;
38103810

3811+
// TODO: We may want to drop _relaxed and use an atomic ordering operand instead.
38113812
def int_amdgcn_cooperative_atomic_load_32x4B : AMDGPUCooperativeAtomicLoad<llvm_i32_ty>;
38123813
def int_amdgcn_cooperative_atomic_store_32x4B : AMDGPUCooperativeAtomicStore<llvm_i32_ty>;
38133814
def int_amdgcn_cooperative_atomic_load_16x8B : AMDGPUCooperativeAtomicLoad<llvm_v2i32_ty>;

0 commit comments

Comments
 (0)