[llvm] [LAA] Always use DepCands when grouping runtime checks. (PR #91196)

Igor Kirillov via llvm-commits llvm-commits at lists.llvm.org
Tue May 27 03:27:39 PDT 2025


================
@@ -459,7 +460,8 @@ bool RuntimeCheckingPtrGroup::addPointer(unsigned Index, const SCEV *Start,
 }
 
 void RuntimePointerChecking::groupChecks(
-    MemoryDepChecker::DepCandidates &DepCands, bool UseDependencies) {
+    const MemoryDepChecker &DepChecker,
----------------
igogo-x86 wrote:

Just checking if this pull request is still active. Also, it looks like we pass `DepChecker` here, but we do not use it. Is it needed for a future change?

https://github.com/llvm/llvm-project/pull/91196


More information about the llvm-commits mailing list