[Mlir-commits] [mlir] 865edb0 - [mlir][ArmSME] Fix typo (NFC)

Benjamin Maxwell llvmlistbot at llvm.org
Wed Sep 4 08:10:52 PDT 2024


Author: Benjamin Maxwell
Date: 2024-09-04T15:08:19Z
New Revision: 865edb0436bc55a3df3596eefb9a83050a5c7a96

URL: https://github.com/llvm/llvm-project/commit/865edb0436bc55a3df3596eefb9a83050a5c7a96
DIFF: https://github.com/llvm/llvm-project/commit/865edb0436bc55a3df3596eefb9a83050a5c7a96.diff

LOG: [mlir][ArmSME] Fix typo (NFC)

Added: 
    

Modified: 
    mlir/include/mlir/Dialect/ArmSME/IR/ArmSMEOps.td

Removed: 
    


################################################################################
diff  --git a/mlir/include/mlir/Dialect/ArmSME/IR/ArmSMEOps.td b/mlir/include/mlir/Dialect/ArmSME/IR/ArmSMEOps.td
index d847dda5ae9f9b..9a058ae4fe7647 100644
--- a/mlir/include/mlir/Dialect/ArmSME/IR/ArmSMEOps.td
+++ b/mlir/include/mlir/Dialect/ArmSME/IR/ArmSMEOps.td
@@ -605,7 +605,7 @@ def InsertTileSliceOp : ArmSME_Op<"insert_tile_slice", [
 ]> {
   let summary = "Insert 1-D scalable vector into slice of 2-D tile";
   let description = [{
-    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
     the given index. The type of the 1-D scalable vector to be inserted must
     match the type of the tile slice. A tile slice is a 1-D vector of
     horizontally or vertically contiguous elements within a ZA tile. The updated


        


More information about the Mlir-commits mailing list