[PATCH] D47905: [ThinLTO] Parse module summary index from assembly

Teresa Johnson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 22 08:59:42 PDT 2018


tejohnson updated this revision to Diff 152484.
tejohnson added a comment.

Add new test with more complete parsing testing, and some fixes it triggered.


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/Assembler/thinlto-summary.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.152484.patch
Type: text/x-patch
Size: 95126 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180622/570c4105/attachment.bin>


More information about the llvm-commits mailing list