Files
clang-p2996/llvm/test/Analysis/LoopAccessAnalysis
Florian Hahn 977c0a6d29 [LAA] Add tests with non-constant strides & distances.
Add a number of LAA test cases with both forward and backward
dependences with non-constant strides and dependence distances.

This includes test coverage for
https://github.com/llvm/llvm-project/issues/87336

Also includes a LoopLoadElimination test to make sure the pass does not
crash on non-constant dependence distances.
2024-04-08 19:18:38 +01:00
..