[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


================
@@ -33,6 +33,16 @@ struct TilingResult {
   SmallVector<Value> tiledValues;
 };
 
+/// Container for the result of merge operation of tiling.
+/// - `mergeOps` contains operations created during the merge.
+/// - `replacements` contains the values that represents the result of the
+/// merge.
+///    These are used as replacements for the original tiled operation.
----------------
ftynse wrote:

```suggestion
/// - `replacements` contains the values that represents the result of the
/// merge. These are used as replacements for the original tiled operation.
```

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


More information about the Mlir-commits mailing list