[PATCH] D29782: IR: Type ID summary extensions for WPD; thread summary into WPD pass.
Peter Collingbourne via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 9 12:45:43 PST 2017
pcc created this revision.
Make the whole thing testable by adding YAML I/O support for the WPD
summary information and adding some negative tests that exercise the
YAML support.
Depends on https://reviews.llvm.org/D29734
Depends on https://reviews.llvm.org/D29746
https://reviews.llvm.org/D29782
Files:
llvm/include/llvm/IR/ModuleSummaryIndex.h
llvm/include/llvm/IR/ModuleSummaryIndexYAML.h
llvm/include/llvm/Transforms/IPO.h
llvm/lib/Transforms/IPO/PassManagerBuilder.cpp
llvm/lib/Transforms/IPO/WholeProgramDevirt.cpp
llvm/test/Transforms/LowerTypeTests/export-allones.ll
llvm/test/Transforms/LowerTypeTests/export-bytearray.ll
llvm/test/Transforms/LowerTypeTests/export-inline.ll
llvm/test/Transforms/WholeProgramDevirt/Inputs/import-indir.yaml
llvm/test/Transforms/WholeProgramDevirt/export-nothing.ll
llvm/test/Transforms/WholeProgramDevirt/import-indir.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D29782.87857.patch
Type: text/x-patch
Size: 21590 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170209/b65bbb62/attachment.bin>
More information about the llvm-commits
mailing list