[Mlir-commits] [mlir] [llvm][mlir] Atomic Control Options Support (PR #140932)

Krzysztof Drewniak llvmlistbot at llvm.org
Wed May 21 14:58:52 PDT 2025


================
@@ -2179,6 +2185,19 @@ def LLVM_AtomicRMWOp : LLVM_MemAccessOpBase<"atomicrmw", [
         convertAtomicBinOpToLLVM($bin_op), $ptr, $val, llvm::MaybeAlign(),
         convertAtomicOrderingToLLVM($ordering));
     $res = inst;
+    auto &llvmContext = inst->getContext();
+    if($amdgpu_ignore_denormal_mode) {
----------------
krzysz00 wrote:

Nit: space after `if`

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


More information about the Mlir-commits mailing list