[clang-tools-extra] [clang] [llvm] [AMDGPU][GFX12] Add Atomic cond_sub_u32 (PR #76224)

Matt Arsenault via cfe-commits cfe-commits at lists.llvm.org
Tue Jan 16 23:09:17 PST 2024


================
@@ -1182,6 +1182,11 @@ The AMDGPU backend implements the following LLVM IR intrinsics.
 
                                                    The iglp_opt strategy implementations are subject to change.
 
+  llvm.atomic.cond.sub.u32                         Provides direct access to flat_atomic_cond_sub_u32, global_atomic_cond_sub_u32
----------------
arsenm wrote:

missed the amdgcn part 

https://github.com/llvm/llvm-project/pull/76224


More information about the cfe-commits mailing list