[PATCH] D33615: Move summary dead stripping before regular LTO and record results in the combined summary
Mehdi AMINI via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 30 14:22:07 PDT 2017
mehdi_amini added inline comments.
================
Comment at: include/llvm/IR/ModuleSummaryIndex.h:141
+ ///
+ /// In combined summary, indicate that the global value is live.
+ unsigned Live : 1;
----------------
Still unsure why do we need this? How does it relate to the need to move the dead-stripping earlier in the process?
Repository:
rL LLVM
https://reviews.llvm.org/D33615
More information about the llvm-commits
mailing list