[Mlir-commits] [llvm] [mlir] Add usub_cond and usub_sat operations to atomicrmw (PR #105568)

Matt Arsenault llvmlistbot at llvm.org
Thu Aug 22 05:10:56 PDT 2024


================
@@ -296,6 +296,12 @@ module AtomicRMWBinOp = struct
   | UMin
   | FAdd
   | FSub
+  | FMax
+  | FMin
+  | UInc_Wrap
+  | UDec_Wrap
----------------
arsenm wrote:

Just precommit the cases that already exist 

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


More information about the Mlir-commits mailing list