[llvm] AMDGPU: Remove flat/global fmin/fmax intrinsics (PR #105642)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 10 07:14:27 PDT 2024


arsenm wrote:

> @arsenm can you provide an alternative to the current functionality which you are removing? 

Use atomicrmw with appropriate metadata. See the autoupgrade code 

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


More information about the llvm-commits mailing list