[PATCH] D49362: [ThinLTO] Internalize read only globals

Eugene Leviant via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 7 02:38:06 PST 2018


evgeny777 updated this revision to Diff 172912.
evgeny777 marked 7 inline comments as done.
evgeny777 added a comment.

Rebased and addressed review comments


https://reviews.llvm.org/D49362

Files:
  include/llvm/IR/ModuleSummaryIndex.h
  include/llvm/Transforms/IPO/FunctionImport.h
  include/llvm/Transforms/Utils/FunctionImportUtils.h
  lib/Analysis/ModuleSummaryAnalysis.cpp
  lib/AsmParser/LLParser.cpp
  lib/Bitcode/Reader/BitcodeReader.cpp
  lib/Bitcode/Writer/BitcodeWriter.cpp
  lib/IR/ModuleSummaryIndex.cpp
  lib/LTO/LTO.cpp
  lib/LTO/ThinLTOCodeGenerator.cpp
  lib/Linker/IRMover.cpp
  lib/Transforms/IPO/FunctionImport.cpp
  lib/Transforms/Utils/FunctionImportUtils.cpp
  test/Bitcode/summary_version.ll
  test/Bitcode/thinlto-alias.ll
  test/Bitcode/thinlto-alias2.ll
  test/Bitcode/thinlto-function-summary-callgraph-cast.ll
  test/Bitcode/thinlto-function-summary-callgraph-pgo.ll
  test/Bitcode/thinlto-function-summary-callgraph-profile-summary.ll
  test/Bitcode/thinlto-function-summary-callgraph-relbf.ll
  test/Bitcode/thinlto-function-summary-callgraph-sample-profile-summary.ll
  test/Bitcode/thinlto-function-summary-callgraph.ll
  test/Bitcode/thinlto-function-summary-refgraph.ll
  test/ThinLTO/X86/Inputs/index-const-prop-alias.ll
  test/ThinLTO/X86/Inputs/index-const-prop-comdat.ll
  test/ThinLTO/X86/Inputs/index-const-prop-define-g.ll
  test/ThinLTO/X86/Inputs/index-const-prop-full-lto.ll
  test/ThinLTO/X86/Inputs/index-const-prop-gvref.ll
  test/ThinLTO/X86/Inputs/index-const-prop-linkage.ll
  test/ThinLTO/X86/Inputs/index-const-prop.ll
  test/ThinLTO/X86/dot-dumper.ll
  test/ThinLTO/X86/globals-import-const-fold.ll
  test/ThinLTO/X86/index-const-prop-O0.ll
  test/ThinLTO/X86/index-const-prop-alias.ll
  test/ThinLTO/X86/index-const-prop-comdat.ll
  test/ThinLTO/X86/index-const-prop-dead.ll
  test/ThinLTO/X86/index-const-prop-full-lto.ll
  test/ThinLTO/X86/index-const-prop-gvref.ll
  test/ThinLTO/X86/index-const-prop-ldst.ll
  test/ThinLTO/X86/index-const-prop-linkage.ll
  test/ThinLTO/X86/index-const-prop.ll
  test/ThinLTO/X86/index-const-prop2.ll
  tools/llvm-link/llvm-link.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D49362.172912.patch
Type: text/x-patch
Size: 69827 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181107/912feaba/attachment.bin>


More information about the llvm-commits mailing list