[PATCH] D38094: Separate the logic when handling indirect calls in SamplePGO ThinLTO compile phase and other phases.

Dehao Chen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Sep 30 14:06:37 PDT 2017


danielcdh marked 3 inline comments as done.
danielcdh added a comment.

In https://reviews.llvm.org/D38094#885238, @tejohnson wrote:

> Is this patch NFC? It looks like there is some new handling for indirect call targets in findImportedFunctions that makes it non-NFC. Could you split this into an NFC refactoring patch and a separate non-NFC patch with the enhancements if so? I think that would be clearer and easier to review.


Submitted the NFC change in r314601 and rebased the patch


https://reviews.llvm.org/D38094





More information about the llvm-commits mailing list