This is an archive of the discontinued LLVM Phabricator instance.

[ThinLTO] Add some stats for read only variable internalization
ClosedPublic

Authored by tejohnson on Nov 16 2018, 11:31 AM.

Details

Summary

Follow up to D49362 ([ThinLTO] Internalize read only globals). Add a
statistic on the number of read only variables (only counting live
variables since dead variables will be dropped anyway).

Diff Detail

Repository
rL LLVM

Event Timeline

tejohnson created this revision.Nov 16 2018, 11:31 AM
evgeny777 accepted this revision.Nov 16 2018, 10:16 PM

Thanks!

This revision is now accepted and ready to land.Nov 16 2018, 10:16 PM
This revision was automatically updated to reflect the committed changes.