[PATCH] D33615: Move summary dead stripping before regular LTO and record results in the combined summary

Peter Collingbourne via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 26 17:20:41 PDT 2017


pcc added a comment.

Can we repurpose the `LiveRoot` bit to mean `Live`?

It would also be nice to change `computeDeadSymbols` to use the `Live` bit instead of creating a set, but I guess that can be done separately.


Repository:
  rL LLVM

https://reviews.llvm.org/D33615





More information about the llvm-commits mailing list