[PATCH] D33607: (NFC) Move summary-based opt before regular LTO.

Peter Collingbourne via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 26 15:12:27 PDT 2017


pcc added a comment.

If you just need the list of dead symbols, then there is no need to increase the scope of anything else. I would prefer to keep things as local as possible so that the flow of information is clearer.


Repository:
  rL LLVM

https://reviews.llvm.org/D33607





More information about the llvm-commits mailing list