[PATCH] D33702: Skip CFI for dead functions.

Evgenii Stepanov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 1 14:09:33 PDT 2017


eugenis updated this revision to Diff 101103.
eugenis retitled this revision from "Skip CFI and WholeProgramDevirt for dead functions." to "Skip CFI for dead functions.".
eugenis added a comment.

Remove WholeProgramDevirt part for now as I don't have a good test case for it.


Repository:
  rL LLVM

https://reviews.llvm.org/D33702

Files:
  include/llvm/IR/ModuleSummaryIndexYAML.h
  lib/Transforms/IPO/LowerTypeTests.cpp
  test/Transforms/LowerTypeTests/Inputs/import-unsat.yaml
  test/Transforms/LowerTypeTests/Inputs/use-typeid1-dead.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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D33702.101103.patch
Type: text/x-patch
Size: 11128 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170601/8b8c2786/attachment.bin>


More information about the llvm-commits mailing list