[Mlir-commits] [mlir] [AffineParallelize] expose options when creating pass (PR #124959)
Scott Manley
llvmlistbot at llvm.org
Wed Jan 29 19:37:00 PST 2025
================
@@ -95,3 +103,9 @@ std::unique_ptr<OperationPass<func::FuncOp>>
mlir::affine::createAffineParallelizePass() {
return std::make_unique<AffineParallelize>();
}
+
+std::unique_ptr<OperationPass<func::FuncOp>>
+mlir::affine::createAffineParallelizePass(
----------------
rscottmanley wrote:
Ironically had done it this way before seeing how OneShotBufferize did it and then did it that way instead! I definitely prefer this way so I'll make that change.
https://github.com/llvm/llvm-project/pull/124959
More information about the Mlir-commits
mailing list