[all-commits] [llvm/llvm-project] f25b3f: [LAA, LV] Add tests for non-affine monotonic pointe...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Sun Jul 19 05:34:33 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f25b3f62cee27d11d1491bdb10dfa955213b2064
https://github.com/llvm/llvm-project/commit/f25b3f62cee27d11d1491bdb10dfa955213b2064
Author: Florian Hahn <flo at fhahn.com>
Date: 2026-07-19 (Sun, 19 Jul 2026)
Changed paths:
A llvm/test/Analysis/LoopAccessAnalysis/non-affine-monotonic-bounds.ll
A llvm/test/Transforms/LoopVectorize/AArch64/non-affine-monotonic-bounds.ll
A llvm/test/Transforms/LoopVectorize/non-affine-monotonic-bounds.ll
Log Message:
-----------
[LAA,LV] Add tests for non-affine monotonic pointer bounds (NFC). (#210544)
Add test cases with non-affine monotonic pointer bounds, like for
example when using std::bitset.
Initial sets of tests for
https://github.com/llvm/llvm-project/issues/207882.
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