[llvm] [LAA] Rename var used to retry with RT-checks (NFC) (PR #147307)
Ramkumar Ramachandra via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 16 08:13:42 PDT 2025
================
@@ -591,7 +591,7 @@ void RuntimePointerChecking::groupChecks(
//
// The above case requires that we have an UnknownDependence between
// accesses to the same underlying object. This cannot happen unless
- // FoundNonConstantDistanceDependence is set, and therefore UseDependencies
+ // ShouldRetryWithRuntimeChecks is set, and therefore UseDependencies
----------------
artagnon wrote:
Isn't the former comment actually wrong? I will rewrite the comment.
https://github.com/llvm/llvm-project/pull/147307
More information about the llvm-commits
mailing list