Files
clang-p2996/llvm/lib/Analysis/LoopAccessAnalysis.cpp
Nikita Popov bc0976ed1f [LAA] Strip non-inbounds offset in getPointerDiff() (NFC) (#118665)
I believe that this code doesn't care whether the offsets are known to
be inbounds a priori. For the same reason the change is not testable, as
the SCEV based fallback code will look through non-inbounds offsets
anyway. So make it clear that there is no special inbounds requirement
here.
2024-12-10 13:05:34 +01:00

121 KiB