[PATCH] D53890: [LTO] Record whether LTOUnit splitting is enabled in index
Teresa Johnson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 11 10:33:53 PST 2019
tejohnson updated this revision to Diff 181318.
tejohnson marked 5 inline comments as done.
tejohnson added a comment.
Address comments.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D53890/new/
https://reviews.llvm.org/D53890
Files:
include/llvm/Bitcode/BitcodeReader.h
include/llvm/IR/ModuleSummaryIndex.h
include/llvm/LTO/LTO.h
lib/Analysis/ModuleSummaryAnalysis.cpp
lib/Bitcode/Reader/BitcodeReader.cpp
lib/Bitcode/Writer/BitcodeWriter.cpp
lib/LTO/LTO.cpp
lib/Transforms/IPO/LowerTypeTests.cpp
lib/Transforms/IPO/ThinLTOBitcodeWriter.cpp
lib/Transforms/IPO/WholeProgramDevirt.cpp
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.ll
test/LTO/Resolution/X86/export-jumptable.ll
test/LTO/Resolution/X86/local-def-dllimport.ll
test/LTO/Resolution/X86/lowertypetests.ll
test/LTO/Resolution/X86/lto-unit-check.ll
test/ThinLTO/X86/cache-icall.ll
test/ThinLTO/X86/cfi-devirt.ll
test/ThinLTO/X86/cfi-distributed.ll
test/ThinLTO/X86/cfi-icall.ll
test/ThinLTO/X86/cfi.ll
test/ThinLTO/X86/devirt-after-icp.ll
test/Transforms/ThinLTOBitcodeWriter/circular-reference.ll
test/Transforms/ThinLTOBitcodeWriter/comdat.ll
test/Transforms/ThinLTOBitcodeWriter/filter-alias.ll
test/Transforms/ThinLTOBitcodeWriter/function-alias.ll
test/Transforms/ThinLTOBitcodeWriter/pr33536.ll
test/Transforms/ThinLTOBitcodeWriter/split-internal-typeid.ll
test/Transforms/ThinLTOBitcodeWriter/split-internal1.ll
test/Transforms/ThinLTOBitcodeWriter/split-internal2.ll
test/Transforms/ThinLTOBitcodeWriter/split-vfunc-internal.ll
test/Transforms/ThinLTOBitcodeWriter/split-vfunc.ll
test/Transforms/ThinLTOBitcodeWriter/split.ll
test/Transforms/ThinLTOBitcodeWriter/symver.ll
test/Transforms/ThinLTOBitcodeWriter/unsplittable.ll
test/Transforms/ThinLTOBitcodeWriter/x86/module-asm.ll
tools/opt/opt.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D53890.181318.patch
Type: text/x-patch
Size: 35601 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190111/93611679/attachment.bin>
More information about the llvm-commits
mailing list