[PATCH] D55153: [ThinLTO] Implement index-based WPD

Teresa Johnson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 5 08:30:18 PST 2019


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

Handle exported symbols correctly


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D55153/new/

https://reviews.llvm.org/D55153

Files:
  include/llvm/Bitcode/LLVMBitCodes.h
  include/llvm/IR/ModuleSummaryIndex.h
  include/llvm/Transforms/IPO/WholeProgramDevirt.h
  lib/Analysis/ModuleSummaryAnalysis.cpp
  lib/AsmParser/LLLexer.cpp
  lib/AsmParser/LLParser.cpp
  lib/AsmParser/LLParser.h
  lib/AsmParser/LLToken.h
  lib/Bitcode/Reader/BitcodeReader.cpp
  lib/Bitcode/Writer/BitcodeWriter.cpp
  lib/IR/AsmWriter.cpp
  lib/LTO/LTO.cpp
  lib/Transforms/IPO/ThinLTOBitcodeWriter.cpp
  lib/Transforms/IPO/WholeProgramDevirt.cpp
  test/Assembler/thinlto-vtable-summary.ll
  test/ThinLTO/X86/Inputs/devirt2.ll
  test/ThinLTO/X86/devirt.ll
  test/ThinLTO/X86/devirt2.ll
  test/ThinLTO/X86/nodevirt-nonpromoted-typeid.ll
  tools/llvm-bcanalyzer/llvm-bcanalyzer.cpp
  tools/llvm-lto2/llvm-lto2.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D55153.185318.patch
Type: text/x-patch
Size: 83649 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190205/18b06c93/attachment-0001.bin>


More information about the llvm-commits mailing list