[PATCH] D33615: Move summary dead stripping before regular LTO and record results in the combined summary
Evgenii Stepanov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri May 26 16:52:33 PDT 2017
eugenis created this revision.
Herald added subscribers: eraman, inglorion.
Add a bit to GVFlags to tell ThinLTO backends which values are dead.
Ignored by backends for now.
Repository:
rL LLVM
https://reviews.llvm.org/D33615
Files:
include/llvm/IR/ModuleSummaryIndex.h
include/llvm/IR/ModuleSummaryIndexYAML.h
include/llvm/LTO/LTO.h
lib/Analysis/ModuleSummaryAnalysis.cpp
lib/Bitcode/Reader/BitcodeReader.cpp
lib/Bitcode/Writer/BitcodeWriter.cpp
lib/LTO/LTO.cpp
test/Bitcode/summary_version.ll
test/Bitcode/thinlto-function-summary-refgraph.ll
test/Bitcode/thinlto-function-summary.ll
test/Bitcode/thinlto-summary-linkage-types.ll
test/Bitcode/thinlto-summary-section.ll
test/ThinLTO/X86/deadstrip.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D33615.100500.patch
Type: text/x-patch
Size: 18946 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170526/258d2e12/attachment.bin>
More information about the llvm-commits
mailing list