[Mlir-commits] [mlir] [mlir][scf] Return `replacements` explicitly in `SCFTilingResult`. (PR #143217)
Kunwar Grover
llvmlistbot at llvm.org
Tue Jun 10 07:54:27 PDT 2025
================
@@ -363,7 +363,8 @@ def TilingInterface : OpInterface<"TilingInterface"> {
];
}
-def PartialReductionOpInterface : OpInterface<"PartialReductionOpInterface"> {
+def PartialReductionOpInterface :
+ OpInterface<"PartialReductionOpInterface", [TilingInterface]> {
----------------
Groverkss wrote:
nice! I didn't know we could do this
https://github.com/llvm/llvm-project/pull/143217
More information about the Mlir-commits
mailing list