Skip to content

Commit 9288b08

Browse files
committed
[MLIR] Apply clang-tidy fixes for bugprone-argument-comment in PadTilingInterface.cpp (NFC)
1 parent 2cf71fc commit 9288b08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/lib/Dialect/Linalg/Transforms/PadTilingInterface.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ SmallVector<OpFoldResult> linalg::computePaddedShape(
141141
projectedDims.flip(paddingDim);
142142
AffineMap projectedMap =
143143
mlir::projectDims(partialIndexingMap, projectedDims,
144-
/*compressDims=*/true);
144+
/*compressDimsFlag=*/true);
145145

146146
// If we are padding to the next multiple of, compose with ceil(sz) * sz.
147147
OpFoldResult paddingDimOfr;

0 commit comments

Comments
 (0)