There was an error while loading. Please reload this page.
1 parent 6e86f30 commit 7875f48Copy full SHA for 7875f48
mlir/lib/Dialect/Vector/Transforms/VectorDistribute.cpp
@@ -928,7 +928,8 @@ struct WarpOpDeadResult : public WarpDistributionPattern {
928
// Some values may be yielded multiple times and correspond to multiple
929
// results. Deduplicating occurs by taking each result with its matching
930
// yielded value, and:
931
- // 1. recording the unique first position at which the value is yielded.
+ // 1. recording the unique first position at which the value with uses is
932
+ // yielded.
933
// 2. recording for the result, the first position at which the dedup'ed
934
// value is yielded.
935
// 3. skipping from the new result types / new yielded values any result
0 commit comments