Skip to content

Commit af235d9

Browse files
[fixup] Misc unimportant changes
1 parent 20b495d commit af235d9

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

mlir/test/Dialect/Vector/vector-transfer-flatten.mlir

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ func.func @transfer_read_leading_dynamic_dims(
188188

189189
// -----
190190

191-
// The vector could be a non-contiguous slice of the input
191+
// The vector is a non-contiguous slice of the input
192192
// memref.
193193

194194
func.func @negative_transfer_read_dynamic_dim_to_flatten(
@@ -620,8 +620,6 @@ func.func @negative_out_of_bound_transfer_read(
620620

621621
// -----
622622

623-
// Can flatten the righmost dynamic dimension
624-
625623
func.func @negative_out_of_bound_transfer_write(
626624
%mem : memref<?x4x3x2xi8, strided<[24, 6, 2, 1], offset: ?>>, %vec : vector<1x1x3x2xi8>) {
627625
%c0 = arith.constant 0 : index

mlir/unittests/IR/MemrefLayoutTest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
using namespace mlir;
1616
using namespace mlir::memref;
1717

18-
TEST(MemRefLayout, maxContigDim) {
18+
TEST(MemRefLayout, numContigDim) {
1919
MLIRContext ctx;
2020
OpBuilder b(&ctx);
2121

0 commit comments

Comments
 (0)