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

llvmlistbot at llvm.org llvmlistbot at llvm.org
Tue Jun 18 09:06:05 PDT 2024


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

This basically defines the scope for which the `clonedOp` exists.

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


More information about the Mlir-commits mailing list