Skip to content

Commit 25af816

Browse files
committed
foo
1 parent efe6fa6 commit 25af816

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/include/mlir/Dialect/ArmSME/IR/ArmSME.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ def LoadTileSliceOp : ArmSME_Op<"load_tile_slice", [
378378

379379
Example 3: Load a vector<[1]xi128> tile slice from memory into tile vertically at given index.
380380
```mlir
381-
%tile_update = arm_sme.load_tile_slice <vertical>, %base[%c0], %tile, %tile_slice_index : memref<?x?xi128>, vector<[1]x[1]xi128>
381+
%tile_update = arm_sme.load_tile_slice %base[%c0], %tile, %tile_slice_index, <vertical> : memref<?x?xi128>, vector<[1]x[1]xi128>
382382
```
383383
}];
384384
let arguments = (ins

0 commit comments

Comments
 (0)