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 759e798 commit 4cfc8ebCopy full SHA for 4cfc8eb
mlir/lib/Conversion/Normalize/Normalize.cpp
@@ -416,7 +416,7 @@ bool NormalizePass::isOutput(Operation &op) const noexcept {
416
417
/// Helper method returning indices (distance from the beginning of the basic
418
/// block) of output operations using the given operation. It Walks down the
419
-/// def-use tree recursively.
+/// def-use tree recursively.
420
SetVector<int> NormalizePass::getOutputFootprint(
421
Operation *op, SmallPtrSet<const Operation *, 32> &visited) const {
422
SetVector<int> outputsVec;
0 commit comments