[Mlir-commits] [mlir] [mlir][SPIR-V] Support floating-point atomic_rmw addf in MemRefToSPIRV (PR #202330)

Igor Wodiany llvmlistbot at llvm.org
Tue Jun 9 01:32:58 PDT 2026


================
@@ -546,6 +543,8 @@ AtomicRMWOpPattern::matchAndRewrite(memref::AtomicRMWOp atomicOp,
         atomicOp,
         "sub-element-width atomic ops unsupported with Kernel capability");
 
+  auto dstType = cast<IntegerType>(storageElemType);
----------------
IgWod wrote:

Oh, I see, I missed the fact there is a return right after the switch.

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


More information about the Mlir-commits mailing list