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 60ab181 commit 7ff86bbCopy full SHA for 7ff86bb
lib/Transform/Clang/LoopDistribution.cpp
@@ -322,7 +322,7 @@ class ASTVisitor : public RecursiveASTVisitor<ASTVisitor> {
322
const auto Dependence =
323
mDependence->depends(ServerWrite, ServerRead, false);
324
if (!Dependence) {
325
- return false;
+ return true;
326
}
327
328
const auto Direction = Dependence->getDirection(LoopDepth);
0 commit comments