diff --git a/mlir/include/mlir/Dialect/StandardOps/IR/Ops.td b/mlir/include/mlir/Dialect/StandardOps/IR/Ops.td index e978323d0283..3348c13bb4ea 100644 --- a/mlir/include/mlir/Dialect/StandardOps/IR/Ops.td +++ b/mlir/include/mlir/Dialect/StandardOps/IR/Ops.td @@ -1979,7 +1979,7 @@ def RankOp : Std_Op<"rank", [NoSideEffect]> { Example: ```mlir - %1 = rank %0 : index + %1 = rank %0 : tensor<*xf32> ``` }];