[PATCH] D51330: [ThinLTO] Efficiency fix for writing type id records in per-module indexes

Teresa Johnson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 4 14:06:01 PDT 2018


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

Change to use a map to a vector of matching type id, summary pairs


Repository:
  rL LLVM

https://reviews.llvm.org/D51330

Files:
  include/llvm/IR/ModuleSummaryIndex.h
  include/llvm/IR/ModuleSummaryIndexYAML.h
  lib/Bitcode/Writer/BitcodeWriter.cpp
  lib/IR/AsmWriter.cpp
  lib/LTO/LTO.cpp
  test/Assembler/thinlto-summary.ll
  test/Transforms/WholeProgramDevirt/branch-funnel.ll
  test/Transforms/WholeProgramDevirt/export-single-impl.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D51330.163909.patch
Type: text/x-patch
Size: 22456 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180904/6e2245b7/attachment.bin>


More information about the llvm-commits mailing list