[PATCH] D34720: Hook the sample PGO machinery in the new PM

Dehao Chen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 28 17:02:37 PDT 2017


danielcdh added inline comments.


================
Comment at: lib/Passes/PassBuilder.cpp:781
+      true /* InLTO */, PGOOpt && !PGOOpt->SampleProfileFile.empty() &&
+                            !PGOOpt->ProfileUseFile.empty()));
 
----------------
tejohnson wrote:
> Looks like this line might need to be clang formatted (indention fix), but maybe it just looks funny in Phab?
This is actually the layout generated by clang-format. Yes, it indeed looks strange...


https://reviews.llvm.org/D34720





More information about the llvm-commits mailing list