The options are very useful for performance analysis which is commonly done with release build compilers. The binary size impact is really tiny -- increased by about 0.03%.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D29259
[PGO] make graph view internal options available for all builds ClosedPublic Authored by davidxl on Jan 28 2017, 6:42 PM.
Details Summary The options are very useful for performance analysis which is commonly done with release build compilers. The binary size impact is really tiny -- increased by about 0.03%.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Feb 1 2017, 5:07 PM Closed by commit rL293921: [PGO] make graph view internal options available for all builds (authored by davidxl). · Explain WhyFeb 2 2017, 11:30 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 86862 llvm/trunk/lib/Analysis/BlockFrequencyInfo.cpp
llvm/trunk/lib/CodeGen/MachineBlockFrequencyInfo.cpp
llvm/trunk/lib/CodeGen/MachineBlockPlacement.cpp
llvm/trunk/lib/Transforms/Instrumentation/PGOInstrumentation.cpp
|