Skip to content

Commit 506c47d

Browse files
authored
[mlir][memref] Rename ReifyRankedShapedTypeShapeOpInterface in comments (#72663)
ReifyRankedShapedTypeShapeOpInterface does not exis. ReifyRankedShapedTypeShapeOpInterface -> ReifyRankedShapedTypeOpInterface.
1 parent 10025d9 commit 506c47d

File tree

1 file changed

+2
-2
lines changed
  • mlir/include/mlir/Dialect/MemRef/Transforms

1 file changed

+2
-2
lines changed

mlir/include/mlir/Dialect/MemRef/Transforms/Passes.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,13 @@ std::unique_ptr<OperationPass<ModuleOp>> createNormalizeMemRefsPass();
5959

6060
/// Creates an operation pass to resolve `memref.dim` operations with values
6161
/// that are defined by operations that implement the
62-
/// `ReifyRankedShapeTypeShapeOpInterface`, in terms of shapes of its input
62+
/// `ReifyRankedShapedTypeOpInterface`, in terms of shapes of its input
6363
/// operands.
6464
std::unique_ptr<Pass> createResolveRankedShapeTypeResultDimsPass();
6565

6666
/// Creates an operation pass to resolve `memref.dim` operations with values
6767
/// that are defined by operations that implement the
68-
/// `InferShapedTypeOpInterface` or the `ReifyRankedShapeTypeShapeOpInterface`,
68+
/// `InferShapedTypeOpInterface` or the `ReifyRankedShapedTypeOpInterface`,
6969
/// in terms of shapes of its input operands.
7070
std::unique_ptr<Pass> createResolveShapedTypeResultDimsPass();
7171

0 commit comments

Comments
 (0)