This is an archive of the discontinued LLVM Phabricator instance.

[ThinLTO] Include linkage type in function summary
ClosedPublic

Authored by tejohnson on Feb 5 2016, 10:51 PM.

Details

Summary

Adds the linkage type to both the per-module and combined function
summaries, which subsumes the current islocal bit. This will eventually
be used to optimized linkage types based on global summary-based
analysis.

Diff Detail

Repository
rL LLVM

Event Timeline

tejohnson updated this revision to Diff 47075.Feb 5 2016, 10:51 PM
tejohnson retitled this revision from to [ThinLTO] Include linkage type in function summary.
tejohnson updated this object.
tejohnson added a reviewer: mehdi_amini.
tejohnson added subscribers: llvm-commits, davidxl.
mehdi_amini accepted this revision.Feb 6 2016, 12:01 AM
mehdi_amini edited edge metadata.

LGTM.

This revision is now accepted and ready to land.Feb 6 2016, 12:01 AM
This revision was automatically updated to reflect the committed changes.