Skip to content

[mlir][memref] Rename ReifyRankedShapedTypeShapeOpInterface in comments #72663

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 17, 2023

Conversation

sogartar
Copy link
Contributor

ReifyRankedShapedTypeShapeOpInterface does not exis. ReifyRankedShapedTypeShapeOpInterface -> ReifyRankedShapedTypeOpInterface.

ReifyRankedShapedTypeShapeOpInterface does not exis.
ReifyRankedShapedTypeShapeOpInterface -> ReifyRankedShapedTypeOpInterface.
@llvmbot
Copy link
Member

llvmbot commented Nov 17, 2023

@llvm/pr-subscribers-mlir

@llvm/pr-subscribers-mlir-memref

Author: Boian Petkantchin (sogartar)

Changes

ReifyRankedShapedTypeShapeOpInterface does not exis. ReifyRankedShapedTypeShapeOpInterface -> ReifyRankedShapedTypeOpInterface.


Full diff: https://github.com/llvm/llvm-project/pull/72663.diff

1 Files Affected:

  • (modified) mlir/include/mlir/Dialect/MemRef/Transforms/Passes.h (+2-2)
diff --git a/mlir/include/mlir/Dialect/MemRef/Transforms/Passes.h b/mlir/include/mlir/Dialect/MemRef/Transforms/Passes.h
index f502aac79927094..d7050156862dfe4 100644
--- a/mlir/include/mlir/Dialect/MemRef/Transforms/Passes.h
+++ b/mlir/include/mlir/Dialect/MemRef/Transforms/Passes.h
@@ -59,13 +59,13 @@ std::unique_ptr<OperationPass<ModuleOp>> createNormalizeMemRefsPass();
 
 /// Creates an operation pass to resolve `memref.dim` operations with values
 /// that are defined by operations that implement the
-/// `ReifyRankedShapeTypeShapeOpInterface`, in terms of shapes of its input
+/// `ReifyRankedShapedTypeOpInterface`, in terms of shapes of its input
 /// operands.
 std::unique_ptr<Pass> createResolveRankedShapeTypeResultDimsPass();
 
 /// Creates an operation pass to resolve `memref.dim` operations with values
 /// that are defined by operations that implement the
-/// `InferShapedTypeOpInterface` or the `ReifyRankedShapeTypeShapeOpInterface`,
+/// `InferShapedTypeOpInterface` or the `ReifyRankedShapedTypeOpInterface`,
 /// in terms of shapes of its input operands.
 std::unique_ptr<Pass> createResolveShapedTypeResultDimsPass();
 

@sogartar sogartar merged commit 506c47d into llvm:main Nov 17, 2023
sr-tream pushed a commit to sr-tream/llvm-project that referenced this pull request Nov 20, 2023
…ts (llvm#72663)

ReifyRankedShapedTypeShapeOpInterface does not exis.
ReifyRankedShapedTypeShapeOpInterface ->
ReifyRankedShapedTypeOpInterface.
zahiraam pushed a commit to zahiraam/llvm-project that referenced this pull request Nov 20, 2023
…ts (llvm#72663)

ReifyRankedShapedTypeShapeOpInterface does not exis.
ReifyRankedShapedTypeShapeOpInterface ->
ReifyRankedShapedTypeOpInterface.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants