[Mlir-commits] [mlir] [NFC] Update doc comment in ViewLikeInterface.td (PR #89074)

Abdul Raheem llvmlistbot at llvm.org
Wed Apr 17 06:51:44 PDT 2024


https://github.com/abdulraheembeigh created https://github.com/llvm/llvm-project/pull/89074

-- Update doc comment for getMixedOffsets API in ViewLikeInterface.td

Signed-off: Abdul Raheem Beigh <abdulraheembeigh at gmail.com>

>From 0c57119d46cf34379f33a74a6f13ad963e251307 Mon Sep 17 00:00:00 2001
From: Abdul Raheem <55028856+abdulraheembeigh at users.noreply.github.com>
Date: Wed, 17 Apr 2024 14:49:32 +0100
Subject: [PATCH] [NFC] Update doc comment in ViewLikeInterface.td

-- Update doc comment for getMixedOffsets API in  ViewLikeInterface.td

Signed-off: Abdul Raheem Beigh <abdulraheembeigh at gmail.com>
---
 mlir/include/mlir/Interfaces/ViewLikeInterface.td | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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