This is to match the behavior of non-LTO; when -fsave-optmization-record
is passed and PGO is available we enable the generation of hotness
information in the optimization records.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D27332
With LTO and profile-use, enable hotness info in opt remarks ClosedPublic Authored by anemet on Dec 1 2016, 8:52 PM.
Details Summary This is to match the behavior of non-LTO; when -fsave-optmization-record
Diff Detail
Event Timelineanemet updated this object. This revision is now accepted and ready to land.Dec 2 2016, 9:04 AM Comment Actions
Got it. Thanks for the reviews! Closed by commit rL288520: With LTO and profile-use, enable hotness info in opt remarks (authored by anemet). · Explain WhyDec 2 2016, 10:04 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 80088 cfe/trunk/lib/Driver/Tools.cpp
cfe/trunk/test/Driver/darwin-ld.c
|