This is an archive of the discontinued LLVM Phabricator instance.

[ThinLTO] Create AliasSummary when building index
ClosedPublic

Authored by tejohnson on Oct 27 2016, 4:35 PM.

Details

Summary

Previously we were creating the alias summary on the fly while writing
the summary to bitcode. This moves the creation of these summaries to
the module summary index builder where we build the rest of the summary
index.

Diff Detail

Repository
rL LLVM

Event Timeline

tejohnson updated this revision to Diff 76130.Oct 27 2016, 4:35 PM
tejohnson retitled this revision from to [ThinLTO] Create AliasSummary when building index.
tejohnson updated this object.
tejohnson added a reviewer: mehdi_amini.
tejohnson added a subscriber: llvm-commits.
mehdi_amini accepted this revision.Oct 27 2016, 5:51 PM
mehdi_amini edited edge metadata.

Looks good. Can you add the motivation for doing this in the commit message when you push it?

This revision is now accepted and ready to land.Oct 27 2016, 5:51 PM
This revision was automatically updated to reflect the committed changes.