This precommit patch shows MaxSafeDepBytesDist is 24 when it should
be 8.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Event Timeline
llvm/test/Analysis/LoopAccessAnalysis/max_safe_dep_dist_non_unit_stride.ll | ||
---|---|---|
11–58 | Could you try to remove not necessary param attributes and simplify names of basic blocks, vars, etc.? |
llvm/test/Analysis/LoopAccessAnalysis/max_safe_dep_dist_non_unit_stride.ll | ||
---|---|---|
29 | What do you have in mind to guard entrance into loop when len <= 0? |
Comment Actions
Thanks for the updates! It looks like the check lines may need updating ,as the test appears to fail in precommit CI?
llvm/test/Analysis/LoopAccessAnalysis/max_safe_dep_dist_non_unit_stride.ll | ||
---|---|---|
29 | I think the guard is not needed? |
is this needed?