[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 Dec 21 09:56:28 PST 2018
tejohnson updated this revision to Diff 179304.
tejohnson added a comment.
Implement changes discussed in review. Also required lots of test updates (for inverted 'opt' option default and inverted flag meaning). Added test for new error.
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.179304.patch
Type: text/x-patch
Size: 34934 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181221/e489b848/attachment.bin>
More information about the llvm-commits
mailing list