[Mlir-commits] [mlir] [NFC] Update doc comment in ViewLikeInterface.td (PR #89074)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Wed Apr 17 06:52:33 PDT 2024
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-mlir
Author: Abdul Raheem (abdulraheembeigh)
<details>
<summary>Changes</summary>
-- Update doc comment for getMixedOffsets API in ViewLikeInterface.td
Signed-off: Abdul Raheem Beigh <abdulraheembeigh@<!-- -->gmail.com>
---
Full diff: https://github.com/llvm/llvm-project/pull/89074.diff
1 Files Affected:
- (modified) mlir/include/mlir/Interfaces/ViewLikeInterface.td (+1-1)
``````````diff
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",
``````````
</details>
https://github.com/llvm/llvm-project/pull/89074
More information about the Mlir-commits
mailing list