[PATCH] D40747: [ThinLTO] Enable importing of aliases as copy of aliasee
Peter Collingbourne via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 6 13:22:56 PST 2017
pcc added a comment.
Now that we basically treat alias summaries in the same way as their aliasees, I wonder whether we can simplify things by removing AliasSummary and summarizing aliases by creating a FunctionSummary or GlobalVariableSummary from the aliasee instead.
https://reviews.llvm.org/D40747
More information about the llvm-commits
mailing list