![]() At the moment, LoopAccessAnalysis is a loop analysis for the new pass manager. The issue with that is that LAI caches SCEV expressions and modifications in a loop may impact SCEV expressions in other loops, but we do not have a convenient way to invalidate LAI for other loops withing a loop pipeline. To avoid this issue, turn it into a function analysis which returns a manager object that keeps track of the individual LAI objects per loop. Fixes #50940. Fixes #51669. Reviewed By: aeubanks Differential Revision: https://reviews.llvm.org/D134606 |
||
---|---|---|
.. | ||
basic-with-memchecks.ll | ||
basic.ll | ||
bounds-expansion-bug.ll | ||
convergent-no-cross-partition-checks.ll | ||
crash-in-memcheck-generation.ll | ||
diagnostics-with-hotness.ll | ||
diagnostics.ll | ||
disable_nonforced.ll | ||
disable_nonforced_enable.ll | ||
followup.ll | ||
laa-invalidation.ll | ||
metadata.ll | ||
no-if-convert.ll | ||
outside-use.ll | ||
pointer-phi-in-loop.ll | ||
pr28443.ll | ||
program-order.ll | ||
scev-inserted-runtime-check.ll | ||
symbolic-stride.ll | ||
uncomputable-backedge-taken-count.ll | ||
unknown-bounds-for-memchecks.ll |