summaryrefslogtreecommitdiffstats
path: root/llvm/test/Bitcode/Inputs/thinlto-function-summary-callgraph-sample-profile-summary.ll
Commit message (Collapse)AuthorAgeFilesLines
* Do not want to use BFI to get profile count for sample pgoDehao Chen2017-08-031-0/+31
Summary: For SamplePGO, we already record the callsite count in the call instruction itself. So we do not want to use BFI to get profile count as it is less accurate. Reviewers: tejohnson, davidxl, eraman Reviewed By: eraman Subscribers: sanjoy, llvm-commits, mehdi_amini Differential Revision: https://reviews.llvm.org/D36025 llvm-svn: 309964
OpenPOWER on IntegriCloud