Skip to content

Commit 4bf836c

Browse files
committed
clang formatting
Signed-off-by: Stanley Winata <[email protected]>
1 parent 81676b5 commit 4bf836c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mlir/lib/Dialect/Linalg/IR/LinalgOps.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2286,7 +2286,8 @@ LogicalResult IndexOp::verify() {
22862286
OpFoldResult IndexOp::fold(FoldAdaptor adaptor) {
22872287
auto linalgOp = dyn_cast_or_null<LinalgOp>((*this)->getParentOp());
22882288
// Bail out if `linalg.index` does not have a proper parent yet at this
2289-
// point, e.g., when calling `createOrFold` during IR construction in `genericOp::build`.
2289+
// point, e.g., when calling `createOrFold` during IR construction in
2290+
// `genericOp::build`.
22902291
if (!linalgOp)
22912292
return OpFoldResult{};
22922293

0 commit comments

Comments
 (0)