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

Jorn Tuyls llvmlistbot at llvm.org
Thu May 30 14:00:59 PDT 2024


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

Thanks for the pointer, I didn't see the interface inheritance yet. I updated the interface to inherit from `LoopLikeOpInterface`.

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


More information about the Mlir-commits mailing list