File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
flang/include/flang/Tools Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -336,8 +336,8 @@ inline void createDefaultFIROptimizerPassPipeline(
336
336
// / \param pm - MLIR pass manager that will hold the pipeline definition
337
337
// / \param optLevel - optimization level used for creating FIR optimization
338
338
// / passes pipeline
339
- inline void createHLFIRToFIRPassPipeline (
340
- mlir::PassManager &pm, bool enableOpenMP, llvm::OptimizationLevel optLevel = defaultOptLevel) {
339
+ inline void createHLFIRToFIRPassPipeline (mlir::PassManager &pm,
340
+ bool enableOpenMP, llvm::OptimizationLevel optLevel = defaultOptLevel) {
341
341
if (optLevel.isOptimizingForSpeed ()) {
342
342
addCanonicalizerPassWithoutRegionSimplification (pm);
343
343
addNestedPassToAllTopLevelOperations (
You can’t perform that action at this time.
0 commit comments