[PATCH] D48105: [llvm][Instrumentation] Add Call Graph Profile pass

David Li via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 25 22:08:48 PDT 2018


davidxl added a comment.

The interface to get indirect call target value profile is bool getValueProfDataFromInst. See how it is used in ICallPromotionAnalysis::getPromotionCandidatesForInstruction(..) method.


https://reviews.llvm.org/D48105





More information about the llvm-commits mailing list