[llvm] AMDGPU: Remove flat/global fmin/fmax intrinsics (PR #105642)
Gheorghe-Teodor Bercea via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 10 07:16:57 PDT 2024
doru1004 wrote:
> > @arsenm can you provide an alternative to the current functionality which you are removing?
>
> Use atomicrmw with appropriate metadata. See the autoupgrade code
Are you exposing something like Intrinsic::atomicrmw which I can call from Clang code gen?
https://github.com/llvm/llvm-project/pull/105642
More information about the llvm-commits
mailing list