[all-commits] [llvm/llvm-project] 977c0a: [LAA] Add tests with non-constant strides & distan...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Mon Apr 8 11:19:23 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 977c0a6d29fe836f75b64a6f08a58cb3c00a56d9
https://github.com/llvm/llvm-project/commit/977c0a6d29fe836f75b64a6f08a58cb3c00a56d9
Author: Florian Hahn <flo at fhahn.com>
Date: 2024-04-08 (Mon, 08 Apr 2024)
Changed paths:
A llvm/test/Analysis/LoopAccessAnalysis/non-constant-strides-backward.ll
A llvm/test/Analysis/LoopAccessAnalysis/non-constant-strides-forward.ll
A llvm/test/Analysis/LoopAccessAnalysis/positive-dependence-distance-different-access-sizes.ll
A llvm/test/Transforms/LoopLoadElim/non-const-distance.ll
Log Message:
-----------
[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.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list