[PATCH] D47905: [ThinLTO] Parse module summary index from assembly
Teresa Johnson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 20 14:55:29 PDT 2018
tejohnson updated this revision to Diff 152174.
tejohnson edited the summary of this revision.
tejohnson added dependencies: D47842: [ThinLTO] Add string saver onto index for value names, D47844: [ThinLTO] Compute GUID directly from GV when building per-module index.
tejohnson added a comment.
Address comments, rebase on top of https://reviews.llvm.org/D47844 and https://reviews.llvm.org/D47842.
Repository:
rL LLVM
https://reviews.llvm.org/D47905
Files:
include/llvm/AsmParser/Parser.h
include/llvm/IR/ModuleSummaryIndex.h
lib/AsmParser/LLLexer.cpp
lib/AsmParser/LLLexer.h
lib/AsmParser/LLParser.cpp
lib/AsmParser/LLParser.h
lib/AsmParser/LLToken.h
lib/AsmParser/Parser.cpp
lib/Bitcode/Writer/BitcodeWriter.cpp
test/Assembler/thinlto-bad-summary1.ll
test/Assembler/thinlto-bad-summary2.ll
test/Assembler/thinlto-bad-summary3.ll
test/Bitcode/thinlto-alias.ll
test/Bitcode/thinlto-function-summary-callgraph-profile-summary.ll
test/Bitcode/thinlto-function-summary-callgraph-relbf.ll
test/Bitcode/thinlto-function-summary-refgraph.ll
test/Bitcode/thinlto-type-tests.ll
test/Bitcode/thinlto-type-vcalls.ll
tools/llvm-as/llvm-as.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D47905.152174.patch
Type: text/x-patch
Size: 83081 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180620/1492cf30/attachment.bin>
More information about the llvm-commits
mailing list