This is an archive of the discontinued LLVM Phabricator instance.

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
is passed and PGO is available we enable the generation of hotness
information in the optimization records.

Event Timeline

anemet updated this revision to Diff 80026.Dec 1 2016, 8:52 PM
anemet retitled this revision from to With LTO and profile-use, enable hotness info in opt remarks.
anemet updated this object.
anemet added reviewers: hfinkel, mehdi_amini.
anemet added a subscriber: cfe-commits.
mehdi_amini accepted this revision.Dec 2 2016, 9:04 AM
mehdi_amini edited edge metadata.

LGTM.

This revision is now accepted and ready to land.Dec 2 2016, 9:04 AM

(You have a typo in the decription, you may want to fix it before commit)

anemet added a comment.Dec 2 2016, 9:14 AM

(You have a typo in the decription, you may want to fix it before commit)

Got it. Thanks for the reviews!

This revision was automatically updated to reflect the committed changes.