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 ccc066e commit 1c4341dCopy full SHA for 1c4341d
llvm/lib/Transforms/Vectorize/SandboxVectorizer/DependencyGraph.cpp
@@ -267,11 +267,11 @@ void DependencyGraph::setDefUseUnscheduledSuccs(
267
auto *OpI = dyn_cast<Instruction>(Op);
268
if (OpI == nullptr)
269
continue;
270
- if (!TopInterval.contains(OpI))
271
- continue;
272
auto *OpN = getNode(OpI);
273
if (OpN == nullptr)
274
+ if (!TopInterval.contains(OpI))
+ continue;
275
++OpN->UnscheduledSuccs;
276
}
277
0 commit comments