[PATCH] D26046: Bitcode: Move block info block from the module block to the top level, and split abbreviation writer in two.

Peter Collingbourne via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 27 16:31:24 PDT 2016


pcc created this revision.
pcc added a reviewer: mehdi_amini.
pcc added a subscriber: llvm-commits.

This splits the abbreviation writing into a module-dependent part and a
module-independent part. The idea is that we would emit a single set of
module-independent abbreviations followed by one set of module-dependent
abbreviations for each module.


https://reviews.llvm.org/D26046

Files:
  llvm/include/llvm/Bitcode/BitstreamWriter.h
  llvm/lib/Bitcode/Reader/BitcodeReader.cpp
  llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
  llvm/lib/Bitcode/Writer/ValueEnumerator.cpp
  llvm/lib/Bitcode/Writer/ValueEnumerator.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D26046.76127.patch
Type: text/x-patch
Size: 13923 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161027/8324e68b/attachment.bin>


More information about the llvm-commits mailing list