@@ -154,16 +154,16 @@ def AffineLoopFusion : Pass<"affine-loop-fusion"> {
154154 }];
155155 let constructor = "mlir::affine::createLoopFusionPass()";
156156 let options = [
157- Option<"computeToleranceThreshold", "fusion- compute-tolerance", "double",
157+ Option<"computeToleranceThreshold", "compute-tolerance", "double",
158158 /*default=*/"0.30f", "Fractional increase in additional computation "
159159 "tolerated while fusing">,
160- Option<"fastMemorySpace", "fusion- fast-mem-space", "unsigned",
160+ Option<"fastMemorySpace", "fast-mem-space", "unsigned",
161161 /*default=*/"0",
162162 "Faster memory space number to promote fusion buffers to">,
163- Option<"localBufSizeThreshold", "fusion- local-buf-threshold", "uint64_t",
163+ Option<"localBufSizeThreshold", "local-buf-threshold", "uint64_t",
164164 /*default=*/"0", "Threshold size (KiB) for promoting local buffers "
165165 "to fast memory space">,
166- Option<"maximalFusion", "fusion- maximal", "bool", /*default=*/"false",
166+ Option<"maximalFusion", "maximal", "bool", /*default=*/"false",
167167 "Enables maximal loop fusion">,
168168 Option<"affineFusionMode", "mode", "enum FusionMode",
169169 "mlir::affine::FusionMode::Greedy", "fusion mode to attempt",
0 commit comments