This is an archive of the discontinued LLVM Phabricator instance.

[Bitcode] Add UnnamedAddr attributes to GlobalValueSummary
Needs ReviewPublic

Authored by steven_wu on Feb 15 2018, 3:25 PM.

Details

Summary

This is the initial patch to support optimizing unnamed_addr
GlobalValues in thinLTO. Adding UnnamedAddr attributes to
GlobalValueSummary and implement the reader/writer for it.

Diff Detail