[PATCH] D36333: Move the SampleProfileLoader right after EarlyFPM.

Dehao Chen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 4 12:58:25 PDT 2017


danielcdh marked an inline comment as done.
danielcdh added inline comments.


================
Comment at: test/Other/new-pm-thinlto-defaults.ll:56
 ; CHECK-DIS-NEXT: Running analysis: InnerAnalysisManagerProxy
-; CHECK-POSTLINK-O-NEXT: Running pass: PGOIndirectCallPromotion
-; CHECK-POSTLINK-O-NEXT: Running analysis: InnerAnalysisManagerProxy<{{.*}}Function
----------------
tejohnson wrote:
> Where did this one go?
This change is irrelevant. I simply did it because I'm at it.

I changed to remove PGOIndirectCallPromotion from default ThinLTO pipeline if PGO is not enabled.


https://reviews.llvm.org/D36333





More information about the llvm-commits mailing list