[PATCH] D92900: [ThinLTO] Add Visibility bits to GlobalValueSummary::GVFlags

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 27 10:33:31 PST 2021


MaskRay updated this revision to Diff 319618.
MaskRay marked 4 inline comments as done.
MaskRay added a comment.

Improve comments


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D92900

Files:
  llvm/include/llvm/IR/ModuleSummaryIndex.h
  llvm/include/llvm/IR/ModuleSummaryIndexYAML.h
  llvm/include/llvm/LTO/Config.h
  llvm/include/llvm/LTO/LTO.h
  llvm/include/llvm/Transforms/IPO/FunctionImport.h
  llvm/lib/Analysis/ModuleSummaryAnalysis.cpp
  llvm/lib/AsmParser/LLLexer.cpp
  llvm/lib/AsmParser/LLParser.cpp
  llvm/lib/AsmParser/LLToken.h
  llvm/lib/Bitcode/Reader/BitcodeReader.cpp
  llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
  llvm/lib/IR/AsmWriter.cpp
  llvm/lib/IR/ModuleSummaryIndex.cpp
  llvm/lib/LTO/LTO.cpp
  llvm/lib/LTO/ThinLTOCodeGenerator.cpp
  llvm/lib/Transforms/IPO/FunctionImport.cpp
  llvm/test/Assembler/multi-summary-disassemble.ll
  llvm/test/Assembler/thinlto-multiple-summaries-for-guid.ll
  llvm/test/Assembler/thinlto-summary-visibility.ll
  llvm/test/Assembler/thinlto-summary.ll
  llvm/test/Assembler/thinlto-vtable-summary.ll
  llvm/test/Bitcode/thinlto-alias.ll
  llvm/test/Bitcode/thinlto-function-summary-callgraph-profile-summary.ll
  llvm/test/Bitcode/thinlto-function-summary-callgraph-relbf.ll
  llvm/test/Bitcode/thinlto-function-summary-refgraph.ll
  llvm/test/Bitcode/thinlto-type-tests.ll
  llvm/test/Bitcode/thinlto-type-vcalls.ll
  llvm/test/ThinLTO/X86/funcimport_alwaysinline.ll
  llvm/test/ThinLTO/X86/load-store-caching.ll
  llvm/test/ThinLTO/X86/visibility-elf.ll
  llvm/test/ThinLTO/X86/visibility-macho.ll
  llvm/test/Transforms/LowerTypeTests/import-unsat.ll
  llvm/test/Transforms/WholeProgramDevirt/import-indir.ll
  llvm/test/tools/gold/X86/thinlto.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D92900.319618.patch
Type: text/x-patch
Size: 84736 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210127/8b7b4942/attachment-0001.bin>


More information about the llvm-commits mailing list