We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 703455c commit 6fb910eCopy full SHA for 6fb910e
llvm/lib/Analysis/LoopAccessAnalysis.cpp
@@ -2087,7 +2087,7 @@ MemoryDepChecker::getDependenceDistanceStrideAndSize(
2087
2088
// If distance is a SCEVCouldNotCompute, return Unknown immediately.
2089
if (isa<SCEVCouldNotCompute>(Dist)) {
2090
- LLVM_DEBUG(dbgs() << "LAA: Dependence because of uncomputable distance.\n");
+ LLVM_DEBUG(dbgs() << "LAA: Uncomputable distance.\n");
2091
return Dependence::Unknown;
2092
}
2093
0 commit comments