Skip to content

Commit 88111e2

Browse files
[mlir][memref] Fix builder after #132545
1 parent e9a3ea2 commit 88111e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/lib/Dialect/MemRef/Transforms/RuntimeOpVerification.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ struct SubViewOpInterface
370370
builder.create<cf::AssertOp>(
371371
loc, lastPosInBounds,
372372
RuntimeVerifiableOpInterface::generateErrorMessage(
373-
op, "Subview runs out-of-bounds along dimension" +
373+
op, "subview runs out-of-bounds along dimension " +
374374
std::to_string(i)));
375375
}
376376
}

0 commit comments

Comments
 (0)