Skip to content

Commit c44faa0

Browse files
committed
fixup! [mlir][linalg] Add support for masked vectorization of tensor.insert_slice (1/N)
Update comment
1 parent bc68088 commit c44faa0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mlir/lib/Dialect/Linalg/Transforms/Vectorization.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1900,12 +1900,12 @@ vectorizeUnPackOpPrecondition(tensor::UnPackOp unpackOp,
19001900
return success();
19011901
}
19021902

1903-
/// Need to check if the inner-tiles are static/constant.
19041903
static LogicalResult
19051904
vectorizeInsertSliceOpPrecondition(tensor::InsertSliceOp sliceOp,
19061905
ArrayRef<int64_t> inputVectorSizes) {
19071906

1908-
// TODO: Move pre-conditions from the vectorization logic
1907+
// TODO: Move pre-conditions from the vectorization logic, i.e.
1908+
// vectorizeAsInsertSliceOp.
19091909
return success();
19101910
}
19111911

0 commit comments

Comments
 (0)