davide added inline comments. ================ Comment at: lib/Passes/PassBuilder.cpp:365 + if (PGOOpt && !PGOOpt->ProfileUseFile.empty() && + !isOptimizingForSize(Level)) ---------------- Bonus point if you add a comment :) https://reviews.llvm.org/D39145