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 b91e48a commit af7e8a6Copy full SHA for af7e8a6
mlir/lib/Dialect/Vector/IR/VectorOps.cpp
@@ -4697,7 +4697,8 @@ struct TransferReadAfterWriteToBroadcast
4697
if (!bcast)
4698
return failure();
4699
// At this point, we know we have a bcast.
4700
- // The masked case is too complext atm, bail.
+ // Bail in the masked case (too complext atm and needed to properly account
4701
+ // for padding).
4702
if (readOp.getMask() || defWrite.getMask())
4703
4704
// If indices are not the same a shift may be required, bail.
0 commit comments