[llvm-branch-commits] [llvm] AMDGPU: Remove global/flat atomic fadd intrinics (PR #97051)

Matt Arsenault via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Thu Aug 1 05:52:23 PDT 2024


================
@@ -1017,29 +1015,6 @@ main_body:
   ret void
 }
 
-define amdgpu_kernel void @global_atomic_fadd_f64_noret(ptr addrspace(1) %ptr, double %data) {
----------------
arsenm wrote:

Depends if they are redundant or not. Some cases already tested atomicrmw, and had the intrinsic alongside it. We still have a lot of redundancy spread across multiple files 

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


More information about the llvm-branch-commits mailing list