llvm-project/llvm/test/Transforms/LoopDistribute
Florian Hahn 7c0ff64b0f
[LAA] Change to function analysis for new PM.
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
2022-10-01 15:44:27 +01:00
..
basic-with-memchecks.ll [LAA] Rename printing pass to print<access-info>. 2022-08-26 11:00:09 +01:00
basic.ll [LAA] Change to function analysis for new PM. 2022-10-01 15:44:27 +01:00
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 [LAA] Change to function analysis for new PM. 2022-10-01 15:44:27 +01:00
metadata.ll
no-if-convert.ll
outside-use.ll
pointer-phi-in-loop.ll
pr28443.ll
program-order.ll
scev-inserted-runtime-check.ll [IRBuilder] Introduce folder using inst-simplify, use for Or fold. 2022-01-11 17:30:48 +00:00
symbolic-stride.ll Autogen a couple of predicated SCEV tests 2022-02-11 13:56:35 -08:00
uncomputable-backedge-taken-count.ll
unknown-bounds-for-memchecks.ll