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 ebe3daf commit 6302034Copy full SHA for 6302034
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