[PATCH] D35334: ThinLTO Minimized Bitcode File Size Reduction
Haojie Wang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 14 14:54:42 PDT 2017
haojiewang updated this revision to Diff 106715.
haojiewang added a comment.
Add writeSimplifiedModuleInfo to ThinLinkBitcodeWriter, now only the source filename, global value name and linkage will be writen while writing module info for a thin link bitcode file.
All the comments, names that contain "minimized bitcode file" and "module summary" are changed to "thin link bitcode".
Change the non-null pointer to reference.
Update the test for thin link bitcode file.
https://reviews.llvm.org/D35334
Files:
include/llvm/Bitcode/BitcodeWriter.h
lib/Bitcode/Writer/BitcodeWriter.cpp
lib/Transforms/IPO/ThinLTOBitcodeWriter.cpp
test/Transforms/ThinLTOBitcodeWriter/no-type-md.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D35334.106715.patch
Type: text/x-patch
Size: 17840 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170714/0b3c8535/attachment.bin>
More information about the llvm-commits
mailing list