[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:15 PST 2025
================
@@ -93,7 +93,7 @@ std::unique_ptr<OperationPass<func::FuncOp>> createLoopTilingPass();
/// factors supplied through other means. If -1 is passed as the unrollFactor
/// and no callback is provided, anything passed from the command-line (if at
/// all) or the default unroll factor is used (LoopUnroll:kDefaultUnrollFactor).
-std::unique_ptr<OperationPass<func::FuncOp>> createLoopUnrollPass(
+std::unique_ptr<Pass> createLoopUnrollPass(
----------------
Groverkss wrote:
This should be InterfacePass?
https://github.com/llvm/llvm-project/pull/126475
More information about the Mlir-commits
mailing list