[PATCH] D63444: [ThinLTO] Optimize write-only globals out

Eugene Leviant via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 3 07:15:03 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL365040: [ThinLTO] Optimize writeonly globals out (authored by evgeny777, committed by ).
Herald added a project: LLVM.

Changed prior to commit:
  https://reviews.llvm.org/D63444?vs=207551&id=207786#toc

Repository:
  rL LLVM

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

https://reviews.llvm.org/D63444

Files:
  llvm/trunk/include/llvm/IR/ModuleSummaryIndex.h
  llvm/trunk/lib/Analysis/ModuleSummaryAnalysis.cpp
  llvm/trunk/lib/AsmParser/LLParser.cpp
  llvm/trunk/lib/Bitcode/Reader/BitcodeReader.cpp
  llvm/trunk/lib/Bitcode/Writer/BitcodeWriter.cpp
  llvm/trunk/lib/IR/AsmWriter.cpp
  llvm/trunk/lib/IR/ModuleSummaryIndex.cpp
  llvm/trunk/lib/LTO/LTO.cpp
  llvm/trunk/lib/Transforms/IPO/FunctionImport.cpp
  llvm/trunk/lib/Transforms/Utils/FunctionImportUtils.cpp
  llvm/trunk/test/Assembler/thinlto-summary.ll
  llvm/trunk/test/Assembler/thinlto-vtable-summary.ll
  llvm/trunk/test/Bitcode/summary_version.ll
  llvm/trunk/test/Bitcode/thinlto-alias.ll
  llvm/trunk/test/Bitcode/thinlto-alias2.ll
  llvm/trunk/test/Bitcode/thinlto-function-summary-callgraph-cast.ll
  llvm/trunk/test/Bitcode/thinlto-function-summary-callgraph-pgo.ll
  llvm/trunk/test/Bitcode/thinlto-function-summary-callgraph-profile-summary.ll
  llvm/trunk/test/Bitcode/thinlto-function-summary-callgraph-relbf.ll
  llvm/trunk/test/Bitcode/thinlto-function-summary-callgraph-sample-profile-summary.ll
  llvm/trunk/test/Bitcode/thinlto-function-summary-callgraph.ll
  llvm/trunk/test/Bitcode/thinlto-function-summary-refgraph.ll
  llvm/trunk/test/ThinLTO/X86/Inputs/dot-dumper2.ll
  llvm/trunk/test/ThinLTO/X86/dot-dumper2.ll
  llvm/trunk/test/ThinLTO/X86/index-const-prop2.ll
  llvm/trunk/test/ThinLTO/X86/writeonly.ll
  llvm/trunk/test/ThinLTO/X86/writeonly2.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D63444.207786.patch
Type: text/x-patch
Size: 71028 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190703/d3ecf7ad/attachment.bin>


More information about the llvm-commits mailing list