[llvm] [DA] do not handle array accesses of different offsets (PR #123436)

Ryotaro Kasuga via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 15 04:28:39 PDT 2025


================
@@ -3590,7 +3601,9 @@ SCEVUnionPredicate DependenceInfo::getRuntimeAssumptions() {
 // Care is required to keep the routine below, getSplitIteration(),
 // up to date with respect to this routine.
 std::unique_ptr<Dependence>
-DependenceInfo::depends(Instruction *Src, Instruction *Dst) {
+DependenceInfo::depends(Instruction *Src, Instruction *Dst,
+                        bool UnderRuntimeAssumptions) {
----------------
kasuga-fj wrote:

Is `UnderRuntimeAssumptions` used somewhere?

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


More information about the llvm-commits mailing list