[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:11:04 PDT 2024
================
@@ -331,6 +331,12 @@ module AtomicRMWBinOp : sig
| UMin
| FAdd
| FSub
+ | FMax
+ | FMin
+ | UInc_Wrap
----------------
arsenm wrote:
Same here
https://github.com/llvm/llvm-project/pull/105568
More information about the Mlir-commits
mailing list