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

llvmlistbot at llvm.org llvmlistbot at llvm.org
Thu May 30 09:04:08 PDT 2024


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

Instead of add a new interface you can inherit interfaces.. Maybe we can have this interface inherit from `LoopLikeOpInterface`. 

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


More information about the Mlir-commits mailing list