OSDN Git Service

[ThinLTO] Optimize writeonly globals out
authorEugene Leviant <eleviant@accesssoftek.com>
Wed, 3 Jul 2019 14:14:52 +0000 (14:14 +0000)
committerEugene Leviant <eleviant@accesssoftek.com>
Wed, 3 Jul 2019 14:14:52 +0000 (14:14 +0000)
commitc9d0360e9a2d69becbb0435f93c5886b4a6b184f
tree7f02260269c2f3764174f575f390e2b123c91e71
parent69e819b4548d6015257288ced54d7f82b3ffa487
[ThinLTO] Optimize writeonly globals out

Differential revision: https://reviews.llvm.org/D63444

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@365040 91177308-0d34-0410-b5e6-96231b3b80d8
27 files changed:
include/llvm/IR/ModuleSummaryIndex.h
lib/Analysis/ModuleSummaryAnalysis.cpp
lib/AsmParser/LLParser.cpp
lib/Bitcode/Reader/BitcodeReader.cpp
lib/Bitcode/Writer/BitcodeWriter.cpp
lib/IR/AsmWriter.cpp
lib/IR/ModuleSummaryIndex.cpp
lib/LTO/LTO.cpp
lib/Transforms/IPO/FunctionImport.cpp
lib/Transforms/Utils/FunctionImportUtils.cpp
test/Assembler/thinlto-summary.ll
test/Assembler/thinlto-vtable-summary.ll
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/dot-dumper2.ll [new file with mode: 0644]
test/ThinLTO/X86/dot-dumper2.ll [new file with mode: 0644]
test/ThinLTO/X86/index-const-prop2.ll
test/ThinLTO/X86/writeonly.ll [new file with mode: 0644]
test/ThinLTO/X86/writeonly2.ll [new file with mode: 0644]