[all-commits] [llvm/llvm-project] f4ca22: [LAA] Update early-exit test to cover last valid &...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Mon Jun 23 07:07:38 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f4ca2231969add3f9044fe1d13bbd80cd3a089f0
https://github.com/llvm/llvm-project/commit/f4ca2231969add3f9044fe1d13bbd80cd3a089f0
Author: Florian Hahn <flo at fhahn.com>
Date: 2025-06-23 (Mon, 23 Jun 2025)
Changed paths:
M llvm/test/Analysis/LoopAccessAnalysis/early-exit-runtime-checks.ll
Log Message:
-----------
[LAA] Update early-exit test to cover last valid & first invalid access.
Make sure tests cover loops accessing the last valid and the first
invalid memory location. Note that the test
`@all_exits_dominate_latch_countable_exits_at_most_1000_iterations_kno`
has been modified to execute at most 1000 iterations; it previously
executed 1001 iterations.
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