[PATCH] D33743: (NFC) Track global summary liveness in GVFlags.
Evgenii Stepanov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 31 16:06:42 PDT 2017
eugenis created this revision.
Herald added a subscriber: eraman.
Replace GVFlags::LiveRoot with GVFlags::Live and use that instead of
all the DeadSymbols sets. This is refactoring in order to make
liveness information available in the RegularLTO pipeline
Repository:
rL LLVM
https://reviews.llvm.org/D33743
Files:
include/llvm/IR/ModuleSummaryIndex.h
include/llvm/Transforms/IPO/FunctionImport.h
lib/Analysis/ModuleSummaryAnalysis.cpp
lib/Bitcode/Reader/BitcodeReader.cpp
lib/Bitcode/Writer/BitcodeWriter.cpp
lib/LTO/LTO.cpp
lib/LTO/ThinLTOCodeGenerator.cpp
lib/Transforms/IPO/FunctionImport.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D33743.100935.patch
Type: text/x-patch
Size: 20879 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170531/358afbcc/attachment.bin>
More information about the llvm-commits
mailing list