[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:51:35 PDT 2024
================
@@ -322,4 +322,36 @@ define <2 x i16> @upgrade_amdgcn_global_atomic_fadd_v2bf16_p1(ptr addrspace(1) %
ret <2 x i16> %result
}
+declare <2 x half> @llvm.amdgcn.flat.atomic.fadd.v2f16.p0.v2f16(ptr nocapture, <2 x half>) #0
----------------
arsenm wrote:
Yes, but also no. These tests should use llvm-as/llvm-dis instead of opt, and the update scripts don't understand that
https://github.com/llvm/llvm-project/pull/97051
More information about the llvm-branch-commits
mailing list