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 c6eb53f commit 3bdb596Copy full SHA for 3bdb596
mlir/lib/Dialect/Vector/Transforms/VectorDistribute.cpp
@@ -1578,7 +1578,8 @@ struct WarpOpScfForOp : public WarpDistributionPattern {
1578
});
1579
1580
// Any forOp result that is not already yielded by the warpOp
1581
- // region is also considered escaping.
+ // region is also considered escaping and must be returned by the
1582
+ // original warpOp.
1583
for (OpResult forResult : forOp.getResults()) {
1584
// Check if this forResult is already yielded by the yield op.
1585
if (llvm::is_contained(yield->getOperands(), forResult)) {
0 commit comments