mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01:00
9449a00cc1
Summary: The motivation is the same as in D22141: In order to add the hotness attribute to optimization remarks we need BFI to be available in all passes that emit optimization remarks. BFI depends on BPI so unless we make this lazy as well we would still compute BPI unconditionally. The solution is to use the new LazyBPI pass in LazyBFI and only compute BPI when computation of BFI is requested by the client. I extended the laziness test using a LoopDistribute test to also cover BPI. Reviewers: hfinkel, davidxl Subscribers: llvm-commits Differential Revision: https://reviews.llvm.org/D22835 llvm-svn: 277083 |
||
---|---|---|
.. | ||
basic-with-memchecks.ll | ||
basic.ll | ||
bounds-expansion-bug.ll | ||
crash-in-memcheck-generation.ll | ||
diagnostics-with-hotness-lazy-BFI.ll | ||
diagnostics-with-hotness.ll | ||
diagnostics.ll | ||
metadata.ll | ||
no-if-convert.ll | ||
outside-use.ll | ||
pr28443.ll | ||
program-order.ll | ||
symbolic-stride.ll | ||
unknown-bounds-for-memchecks.ll |