Skip to content

Commit b369237

Browse files
committed
[MLIR] Apply clang-tidy fixes for bugprone-argument-comment in ArmSMEToSCF.cpp (NFC)
1 parent 2b4fff6 commit b369237

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/lib/Conversion/ArmSMEToSCF/ArmSMEToSCF.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ struct TileLoadOpWithMaskAndPadNonZeroConversion
333333
auto loadSlice = vector::MaskedLoadOp::create(rewriter, loc, tileSliceType,
334334
tileLoadOp.getBase(),
335335
memrefIndices, maskOp1D,
336-
/*passthru=*/pad1DOp);
336+
/*passthrough=*/pad1DOp);
337337

338338
// Create 'arm_sme.insert_tile_slice' to insert slice into tile.
339339
auto insertSlice = arm_sme::InsertTileSliceOp::create(

0 commit comments

Comments
 (0)