@@ -1235,7 +1235,6 @@ PassBuilder::buildLTODefaultPipeline(OptimizationLevel Level, bool DebugLogging,
1235
1235
1236
1236
// FIXME: once we fix LoopPass Manager, add LICM here.
1237
1237
// FIXME: once we provide support for enabling MLSM, add it here.
1238
- // FIXME: once we provide support for enabling NewGVN, add it here.
1239
1238
if (RunNewGVN)
1240
1239
MainFPM.addPass (NewGVNPass ());
1241
1240
else
@@ -1248,7 +1247,7 @@ PassBuilder::buildLTODefaultPipeline(OptimizationLevel Level, bool DebugLogging,
1248
1247
MainFPM.addPass (DSEPass ());
1249
1248
1250
1249
// FIXME: at this point, we run a bunch of loop passes:
1251
- // indVarSimplify, loopDeletion, loopInterchange, loopUnrool ,
1250
+ // indVarSimplify, loopDeletion, loopInterchange, loopUnroll ,
1252
1251
// loopVectorize. Enable them once the remaining issue with LPM
1253
1252
// are sorted out.
1254
1253
@@ -1298,7 +1297,7 @@ PassBuilder::buildLTODefaultPipeline(OptimizationLevel Level, bool DebugLogging,
1298
1297
// Now that we have optimized the program, discard unreachable functions.
1299
1298
MPM.addPass (GlobalDCEPass ());
1300
1299
1301
- // FIXME: Enable MergeFuncs, conditionally, after ported, maybe .
1300
+ // FIXME: Maybe enable MergeFuncs conditionally after it's ported .
1302
1301
return MPM;
1303
1302
}
1304
1303
0 commit comments