[PATCH] D32469: Bitcode: Make the summary reader responsible for merging. NFCI.

Peter Collingbourne via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 24 21:50:07 PDT 2017


pcc created this revision.

This is to prepare for an upcoming change which uses pointers instead of
GUIDs to represent references.

Depends on https://reviews.llvm.org/D32195


https://reviews.llvm.org/D32469

Files:
  llvm/include/llvm/Bitcode/BitcodeReader.h
  llvm/include/llvm/IR/ModuleSummaryIndex.h
  llvm/lib/Bitcode/Reader/BitcodeReader.cpp
  llvm/lib/IR/ModuleSummaryIndex.cpp
  llvm/lib/LTO/LTO.cpp
  llvm/lib/LTO/ThinLTOCodeGenerator.cpp
  llvm/tools/llvm-lto/llvm-lto.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D32469.96498.patch
Type: text/x-patch
Size: 16221 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170425/76fe1e5b/attachment.bin>


More information about the llvm-commits mailing list