[Mlir-commits] [mlir] 693a458 - [MLIR] Update doc comment in ViewLikeInterface.td (NFC) (#89074)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Wed Apr 17 10:24:08 PDT 2024
Author: Abdul Raheem
Date: 2024-04-17T19:24:04+02:00
New Revision: 693a458287d019c5c6a66fe3019d099df2978cdb
URL: https://github.com/llvm/llvm-project/commit/693a458287d019c5c6a66fe3019d099df2978cdb
DIFF: https://github.com/llvm/llvm-project/commit/693a458287d019c5c6a66fe3019d099df2978cdb.diff
LOG: [MLIR] Update doc comment in ViewLikeInterface.td (NFC) (#89074)
Signed-off: Abdul Raheem Beigh <abdulraheembeigh at gmail.com>
Added:
Modified:
mlir/include/mlir/Interfaces/ViewLikeInterface.td
Removed:
################################################################################
diff --git a/mlir/include/mlir/Interfaces/ViewLikeInterface.td b/mlir/include/mlir/Interfaces/ViewLikeInterface.td
index ea5bb1b5ac4853..9397f271e1bc62 100644
--- a/mlir/include/mlir/Interfaces/ViewLikeInterface.td
+++ b/mlir/include/mlir/Interfaces/ViewLikeInterface.td
@@ -158,7 +158,7 @@ def OffsetSizeAndStrideOpInterface : OpInterface<"OffsetSizeAndStrideOpInterface
>,
InterfaceMethod<
/*desc=*/[{
- Return a vector of all the static or dynamic sizes of the op.
+ Return a vector of all the static or dynamic offsets of the op.
}],
/*retTy=*/"::llvm::SmallVector<::mlir::OpFoldResult, 4>",
/*methodName=*/"getMixedOffsets",
More information about the Mlir-commits
mailing list