[all-commits] [llvm/llvm-project] 3f13bc: Add a test
Andrei Elovikov via All-commits
all-commits at lists.llvm.org
Tue May 5 11:14:09 PDT 2026
Branch: refs/heads/users/eas/laa-const-strided-diff-check
Home: https://github.com/llvm/llvm-project
Commit: 3f13bc7427decd24d5fdba75ec976352770f7d76
https://github.com/llvm/llvm-project/commit/3f13bc7427decd24d5fdba75ec976352770f7d76
Author: Andrei Elovikov <andrei.elovikov at sifive.com>
Date: 2026-05-05 (Tue, 05 May 2026)
Changed paths:
M llvm/test/Transforms/LoopVectorize/runtime-checks-difference.ll
Log Message:
-----------
Add a test
Commit: 3e6654dd053b1937ef00946c377515961b43f3ad
https://github.com/llvm/llvm-project/commit/3e6654dd053b1937ef00946c377515961b43f3ad
Author: Andrei Elovikov <andrei.elovikov at sifive.com>
Date: 2026-05-05 (Tue, 05 May 2026)
Changed paths:
M llvm/include/llvm/Analysis/LoopAccessAnalysis.h
M llvm/lib/Analysis/LoopAccessAnalysis.cpp
M llvm/lib/Transforms/Utils/LoopUtils.cpp
M llvm/test/Transforms/LoopVectorize/AArch64/interleave-with-runtime-checks.ll
M llvm/test/Transforms/LoopVectorize/RISCV/dead-ops-cost.ll
M llvm/test/Transforms/LoopVectorize/runtime-checks-difference.ll
Log Message:
-----------
[LAA] Enable diff checks for non-unit constant stride
This can be extended to non-constant loop-invariant strides but that is
left to a separate change.
Commit: 6726ce2858d30a730c7898f6256148aff0c5ebf0
https://github.com/llvm/llvm-project/commit/6726ce2858d30a730c7898f6256148aff0c5ebf0
Author: Andrei Elovikov <andrei.elovikov at sifive.com>
Date: 2026-05-05 (Tue, 05 May 2026)
Changed paths:
M llvm/include/llvm/Analysis/LoopAccessAnalysis.h
Log Message:
-----------
unsigned->uint64_t for AbsCommonStrideInBytes
Compare: https://github.com/llvm/llvm-project/compare/e9f8abb6875d...6726ce2858d3
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