mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-09 13:41:47 +00:00
dcedd3b6ff
Summary: Keep track of all methods for which we have devirtualized at least one call and then print them sorted alphabetically. That allows to avoid duplicates and also makes the order deterministic. Add optimization names into the remarks, so that it's easier to understand how has each method been devirtualized. Fix a bug when wrong methods could have been reported for tryVirtualConstProp. Reviewers: kcc, mehdi_amini Differential Revision: https://reviews.llvm.org/D23297 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@278389 91177308-0d34-0410-b5e6-96231b3b80d8 |
||
---|---|---|
.. | ||
bad-read-from-vtable.ll | ||
constant-arg.ll | ||
devirt-single-impl-check.ll | ||
devirt-single-impl.ll | ||
expand-check.ll | ||
non-array-vtable.ll | ||
non-constant-vtable.ll | ||
uniform-retval-invoke.ll | ||
uniform-retval.ll | ||
unique-retval.ll | ||
vcp-accesses-memory.ll | ||
vcp-no-this.ll | ||
vcp-non-constant-arg.ll | ||
vcp-too-wide-ints.ll | ||
vcp-type-mismatch.ll | ||
vcp-uses-this.ll | ||
virtual-const-prop-begin.ll | ||
virtual-const-prop-check.ll | ||
virtual-const-prop-end.ll |