[Mlir-commits] [llvm] [mlir] Add cond_sub and sub_clamp operations to atomicrmw (PR #96661)

Matt Arsenault llvmlistbot at llvm.org
Tue Jun 25 13:01:47 PDT 2024


================
@@ -132,6 +134,10 @@ Changes to the AMDGPU Backend
 
 * Implemented :ref:`llvm.get.rounding <int_get_rounding>` and :ref:`llvm.set.rounding <int_set_rounding>`
 
+* Removed ``llvm.amdgcn.atomic.cond.sub.u32`` and
----------------
arsenm wrote:

Best to do this in a separate change. Best to just introduce the new operation here 

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


More information about the Mlir-commits mailing list