[Mlir-commits] [llvm] [mlir] Add usub_cond and usub_sat operations to atomicrmw (PR #105568)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Thu Aug 22 07:54:22 PDT 2024
================
@@ -296,6 +296,12 @@ module AtomicRMWBinOp = struct
| UMin
| FAdd
| FSub
+ | FMax
+ | FMin
+ | UInc_Wrap
+ | UDec_Wrap
----------------
anjenner wrote:
I have created https://github.com/llvm/llvm-project/pull/105673 to add the previously missing bindings.
https://github.com/llvm/llvm-project/pull/105568
More information about the Mlir-commits
mailing list