[Mlir-commits] [mlir] [mlir][TilingInterface] Update `PartialReductionOpInterface` to get it more in line with `TilingInterface`. (PR #95460)

Oleksandr Alex Zinenko llvmlistbot at llvm.org
Fri Jun 14 08:00:44 PDT 2024


================
@@ -743,26 +743,33 @@ mlir::scf::tileReductionUsingScf(RewriterBase &b,
     }
 
     // 4a. Clone the operation.
-    auto clonedOp = cast<PartialReductionOpInterface>(
-        cloneOpAndUpdateDestinationArgs(b, op, regionIterArgs));
+    {
----------------
ftynse wrote:

Why the additional scope here?

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


More information about the Mlir-commits mailing list