diff --git a/include/mlir-hlo/Dialect/mhlo/IR/lhlo_ops.td b/include/mlir-hlo/Dialect/mhlo/IR/lhlo_ops.td index 1f083b9..eddbd95 100644 --- a/include/mlir-hlo/Dialect/mhlo/IR/lhlo_ops.td +++ b/include/mlir-hlo/Dialect/mhlo/IR/lhlo_ops.td @@ -345,10 +345,11 @@ def HLO_DynamicUpdateSliceOp: LHLO_Op<"dynamic-update-slice", []> { def HLO_StaticMemRefCastOp: Op]> { let summary = [{ - "modifies the offset, sizes and strides of a statically shaped memref. + modifies the offset, sizes and strides of a statically shaped memref }]; let description = [{ - Allows to modify the offset, sizes and strides of a statically shaped memref. + Casts the statically shaped memref operand to a memref with optionally + modified offsets, sizes and strides. Example: ```mlir