[Mlir-commits] [mlir] [AffineParallelize] expose options when creating pass (PR #124959)
Scott Manley
llvmlistbot at llvm.org
Wed Jan 29 19:37:34 PST 2025
================
@@ -42,6 +42,14 @@ namespace {
/// Convert all parallel affine.for op into 1-D affine.parallel op.
struct AffineParallelize
: public affine::impl::AffineParallelizeBase<AffineParallelize> {
+
+ AffineParallelize() = default;
+
----------------
rscottmanley wrote:
Agree -- will change. Thanks for the review Diego!
https://github.com/llvm/llvm-project/pull/124959
More information about the Mlir-commits
mailing list