[Mlir-commits] [mlir] [mlir][affine]make affine-loop-unroll a FunctionOpInterface pass. (PR #126475)

Kunwar Grover llvmlistbot at llvm.org
Wed Feb 12 18:09:17 PST 2025


================
@@ -145,7 +145,7 @@ LogicalResult LoopUnroll::runOnAffineForOp(AffineForOp forOp) {
                             cleanUpUnroll);
 }
 
-std::unique_ptr<OperationPass<func::FuncOp>> mlir::affine::createLoopUnrollPass(
+std::unique_ptr<Pass> mlir::affine::createLoopUnrollPass(
----------------
Groverkss wrote:

InterfacePass?

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


More information about the Mlir-commits mailing list