We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81676b5 commit 4bf836cCopy full SHA for 4bf836c
mlir/lib/Dialect/Linalg/IR/LinalgOps.cpp
@@ -2286,7 +2286,8 @@ LogicalResult IndexOp::verify() {
2286
OpFoldResult IndexOp::fold(FoldAdaptor adaptor) {
2287
auto linalgOp = dyn_cast_or_null<LinalgOp>((*this)->getParentOp());
2288
// 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`.
+ // point, e.g., when calling `createOrFold` during IR construction in
2290
+ // `genericOp::build`.
2291
if (!linalgOp)
2292
return OpFoldResult{};
2293
0 commit comments