[Mlir-commits] [mlir] [mlir][TilingInterface] Use `LoopLikeOpInterface` in tiling using SCF to unify tiling with `scf.for` and `scf.forall`. (PR #77874)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Wed Jan 17 23:47:37 PST 2024


================
@@ -218,6 +218,19 @@ def LoopLikeOpInterface : OpInterface<"LoopLikeOpInterface"> {
         return ::mlir::failure();
       }]
     >,
+    InterfaceMethod<[{
+        TODO
+      }],
----------------
MaheshRavishankar wrote:

Oops! Sorry forgot. Added documentation.

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


More information about the Mlir-commits mailing list