ProfileSummaryInfo already checks whether the module has sample profile in determining profile counts. This will also be useful in inliner to clean up threshold updates.
Details
Details
Diff Detail
Diff Detail
Paths
| Differential D33156
Add hasProfileSummary and has{Sample|Instrumentation}Profile methods. ClosedPublic Authored by eraman on May 12 2017, 3:40 PM.
Details
Summary ProfileSummaryInfo already checks whether the module has sample profile in determining profile counts. This will also be useful in inliner to clean up threshold updates.
Diff Detail Event Timelineeraman retitled this revision from Add hasProfileSummary method. to Add hasProfileSummary and has{Sample|Instrumentation}Profile methods..May 16 2017, 11:51 AM This revision is now accepted and ready to land.May 16 2017, 1:12 PM
Revision Contents
Diff 98857 include/llvm/Analysis/ProfileSummaryInfo.h
lib/Analysis/ProfileSummaryInfo.cpp
unittests/Analysis/ProfileSummaryInfoTest.cpp
|