Skip to content

Commit a7dd66c

Browse files
NFC change making consistent indentation
NFC change making consistent indentation.
1 parent d686e5c commit a7dd66c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

mlir/include/mlir/Dialect/MemRef/Utils/MemRefUtils.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ bool isStaticShapeAndContiguousRowMajor(MemRefType type);
4444
/// is also scaled down by `dstBits`/`srcBits`. If `indices` is not provided
4545
/// 0, is returned for the linearized index.
4646
/// - If the size of the load/store is smaller than the linearized memref
47-
/// load/store, the memory region emulated is larger than the actual memory
48-
/// region needed. `intraDataOffset` returns the element offset of the data
49-
/// relevant at the beginning.
47+
/// load/store, the memory region emulated is larger than the actual memory
48+
/// region needed. `intraDataOffset` returns the element offset of the data
49+
/// relevant at the beginning.
5050
struct LinearizedMemRefInfo {
5151
OpFoldResult linearizedOffset;
5252
OpFoldResult linearizedSize;

0 commit comments

Comments
 (0)