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 2d7339a commit 865edb0Copy full SHA for 865edb0
mlir/include/mlir/Dialect/ArmSME/IR/ArmSMEOps.td
@@ -605,7 +605,7 @@ def InsertTileSliceOp : ArmSME_Op<"insert_tile_slice", [
605
]> {
606
let summary = "Insert 1-D scalable vector into slice of 2-D tile";
607
let description = [{
608
- Inserts a 1-D scalable vector to a slice of a 2-D scalable vector tile at
+ Inserts a 1-D scalable vector into a slice of a 2-D scalable vector tile at
609
the given index. The type of the 1-D scalable vector to be inserted must
610
match the type of the tile slice. A tile slice is a 1-D vector of
611
horizontally or vertically contiguous elements within a ZA tile. The updated
0 commit comments