[llvm] [LAA] Always use DepCands when grouping runtime checks. (PR #91196)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 2 03:25:40 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,
----------------
fhahn wrote:
Yep will try and update it in the next few days, thanks
https://github.com/llvm/llvm-project/pull/91196
More information about the llvm-commits
mailing list