[Mlir-commits] [llvm] [mlir] Add usub_cond and usub_sat operations to atomicrmw (PR #105568)
Simon Pilgrim
llvmlistbot at llvm.org
Thu Aug 22 05:04:02 PDT 2024
================
@@ -296,6 +296,12 @@ module AtomicRMWBinOp = struct
| UMin
| FAdd
| FSub
+ | FMax
+ | FMin
+ | UInc_Wrap
+ | UDec_Wrap
----------------
RKSimon wrote:
Should the various FMax/FMin/UInc_Wrap/UDec_Wrap additions be a separate PATCH?
https://github.com/llvm/llvm-project/pull/105568
More information about the Mlir-commits
mailing list