[Mlir-commits] [mlir] [mlir] Add loop bounds normalization pass (PR #93781)

Abhishek Varma llvmlistbot at llvm.org
Thu May 30 04:23:39 PDT 2024


================
@@ -375,6 +375,132 @@ def LoopLikeOpInterface : OpInterface<"LoopLikeOpInterface"> {
   }];
 }
 
+def LoopLikeWithInductionVarsOpInterface 
+    : OpInterface<"LoopLikeWithInductionVarsOpInterface"> {
----------------
Abhishek-Varma wrote:

Instead of creating a new interface, can we instead update `LoopLikeInterface` to have these useful functions ?

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


More information about the Mlir-commits mailing list