[llvm] [LAA] Always use DepCands when grouping runtime checks. (PR #91196)
Igor Kirillov via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 28 07:11:24 PDT 2025
================
@@ -614,16 +614,6 @@ void RuntimePointerChecking::groupChecks(
// will use the fallback path and create separate checking groups for all
----------------
igogo-x86 wrote:
It looks like it should become:
```
create separate checking groups for accesses not present in DepCands
```
https://github.com/llvm/llvm-project/pull/91196
More information about the llvm-commits
mailing list