[PATCH] D18763: [ThinLTO] Move summary computation from BitcodeWriter to new pass
Teresa Johnson via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 8 14:10:04 PDT 2016
tejohnson updated this revision to Diff 53088.
tejohnson added a comment.
Address review comments
Note that for now I have ripped out all the alias summary emission.
This will be added back with http://reviews.llvm.org/D18836, and it avoids a bunch of unnecessary
temporary handling of cloning. I have noted in the tests where they need
to be updated.
http://reviews.llvm.org/D18763
Files:
include/llvm/Analysis/ModuleSummaryAnalysis.h
include/llvm/Bitcode/ReaderWriter.h
include/llvm/IR/ModuleSummaryIndex.h
include/llvm/InitializePasses.h
lib/Analysis/Analysis.cpp
lib/Analysis/CMakeLists.txt
lib/Analysis/ModuleSummaryAnalysis.cpp
lib/Bitcode/Writer/BitcodeWriter.cpp
lib/Bitcode/Writer/BitcodeWriterPass.cpp
lib/Bitcode/Writer/LLVMBuild.txt
lib/LTO/ThinLTOCodeGenerator.cpp
lib/Transforms/IPO/FunctionImport.cpp
test/Bitcode/thinlto-function-summary.ll
test/Transforms/FunctionImport/funcimport.ll
tools/llvm-as/CMakeLists.txt
tools/llvm-as/LLVMBuild.txt
tools/llvm-as/llvm-as.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D18763.53088.patch
Type: text/x-patch
Size: 42695 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160408/58b6c93a/attachment.bin>
More information about the llvm-commits
mailing list