Skip to content

Commit af7e8a6

Browse files
Update comment
1 parent b91e48a commit af7e8a6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mlir/lib/Dialect/Vector/IR/VectorOps.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4697,7 +4697,8 @@ struct TransferReadAfterWriteToBroadcast
46974697
if (!bcast)
46984698
return failure();
46994699
// At this point, we know we have a bcast.
4700-
// The masked case is too complext atm, bail.
4700+
// Bail in the masked case (too complext atm and needed to properly account
4701+
// for padding).
47014702
if (readOp.getMask() || defWrite.getMask())
47024703
return failure();
47034704
// If indices are not the same a shift may be required, bail.

0 commit comments

Comments
 (0)