Add a parameter in annotateValueSite() to control the max number of records written
to the value profile meta data for each value site. The default is kept as the
current value of 3.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D17084
[PGO] make the number of records for each value site metada adjustable ClosedPublic Authored by xur on Feb 10 2016, 11:11 AM.
Details Summary Add a parameter in annotateValueSite() to control the max number of records written
Diff Detail
Event Timelinexur edited edge metadata. Comment ActionsI expanded an existing unit test to test the added feature. I hope this is ok. This revision is now accepted and ready to land.Feb 10 2016, 12:14 PM Closed by commit rL260450: [PGO] Make the number of records for each value site metada adjustable (authored by xur). · Explain WhyFeb 10 2016, 2:24 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 47528 llvm/trunk/include/llvm/ProfileData/InstrProf.h
llvm/trunk/lib/ProfileData/InstrProf.cpp
llvm/trunk/unittests/ProfileData/InstrProfTest.cpp
|