Details
Details
- Reviewers
pcc mehdi_amini tejohnson
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D33702
Skip CFI for dead functions. ClosedPublic Authored by eugenis on May 30 2017, 4:25 PM.
Details
Diff Detail
Event Timelineeugenis added a parent revision: D33615: Move summary dead stripping before regular LTO and record results in the combined summary. eugenis retitled this revision from Skip CFI and WholeProgramDevirt for dead functions. to Skip CFI for dead functions.. Comment ActionsRemove WholeProgramDevirt part for now as I don't have a good test case for it. This revision is now accepted and ready to land.Jun 1 2017, 3:15 PM
Revision Contents
Diff 101103 include/llvm/IR/ModuleSummaryIndexYAML.h
lib/Transforms/IPO/LowerTypeTests.cpp
test/Transforms/LowerTypeTests/Inputs/import-unsat.yaml
test/Transforms/LowerTypeTests/Inputs/use-typeid1-typeid2.yaml
test/Transforms/LowerTypeTests/export-dead.ll
test/Transforms/LowerTypeTests/export-nothing.ll
test/Transforms/LowerTypeTests/import-unsat.ll
test/Transforms/WholeProgramDevirt/Inputs/export.yaml
test/Transforms/WholeProgramDevirt/Inputs/import-indir.yaml
test/Transforms/WholeProgramDevirt/export-nothing.ll
test/Transforms/WholeProgramDevirt/export-single-impl.ll
test/Transforms/WholeProgramDevirt/export-uniform-ret-val.ll
test/Transforms/WholeProgramDevirt/export-unique-ret-val.ll
test/Transforms/WholeProgramDevirt/export-unsuccessful-checked.ll
test/Transforms/WholeProgramDevirt/import-indir.ll
|
Just guid("typeid1") I think?