[PATCH] D27324: IPO: Introduce ThinLTOBitcodeWriter pass.

Peter Collingbourne via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 15 13:06:31 PST 2016


pcc updated this revision to Diff 81649.
pcc added a comment.

- Drop unused globals, and drop type information from function declarations. This helps improve the performance of the regular LTO link phase.


https://reviews.llvm.org/D27324

Files:
  llvm/include/llvm/InitializePasses.h
  llvm/include/llvm/Transforms/IPO.h
  llvm/lib/Transforms/IPO/CMakeLists.txt
  llvm/lib/Transforms/IPO/ThinLTOBitcodeWriter.cpp
  llvm/test/Transforms/ThinLTOBitcodeWriter/no-type-md.ll
  llvm/test/Transforms/ThinLTOBitcodeWriter/split-internal-typeid.ll
  llvm/test/Transforms/ThinLTOBitcodeWriter/split-internal1.ll
  llvm/test/Transforms/ThinLTOBitcodeWriter/split-internal2.ll
  llvm/test/Transforms/ThinLTOBitcodeWriter/split.ll
  llvm/test/Transforms/ThinLTOBitcodeWriter/unsplittable.ll
  llvm/tools/opt/opt.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D27324.81649.patch
Type: text/x-patch
Size: 19754 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161215/918a37a0/attachment.bin>


More information about the llvm-commits mailing list