Skip to content

Commit 7875f48

Browse files
committed
Update description comment
1 parent 6e86f30 commit 7875f48

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mlir/lib/Dialect/Vector/Transforms/VectorDistribute.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -928,7 +928,8 @@ struct WarpOpDeadResult : public WarpDistributionPattern {
928928
// Some values may be yielded multiple times and correspond to multiple
929929
// results. Deduplicating occurs by taking each result with its matching
930930
// yielded value, and:
931-
// 1. recording the unique first position at which the value is yielded.
931+
// 1. recording the unique first position at which the value with uses is
932+
// yielded.
932933
// 2. recording for the result, the first position at which the dedup'ed
933934
// value is yielded.
934935
// 3. skipping from the new result types / new yielded values any result

0 commit comments

Comments
 (0)