From ac483f4091e1c71c229f24d1c8e13e279449e73e Mon Sep 17 00:00:00 2001 From: Pavel Krajcevski Date: Wed, 7 Oct 2020 12:05:48 -0700 Subject: [PATCH] Remove superfluous quote from lhlo_ops.td PiperOrigin-RevId: 335921873 --- include/mlir-hlo/Dialect/mhlo/IR/lhlo_ops.td | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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