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 302c2ec commit 20a24fcCopy full SHA for 20a24fc
mlir/lib/Dialect/Affine/IR/AffineOps.cpp
@@ -1901,7 +1901,7 @@ LogicalResult AffineForOp::verifyRegions() {
1901
if (getUpperBoundMap().getNumInputs() > 0)
1902
if (failed(verifyDimAndSymbolIdentifiers(*this, getUpperBoundOperands(),
1903
getUpperBoundMap().getNumDims())))
1904
- return failure();
+ return failure();
1905
// Verify that the bound maps produce at least one result.
1906
/// Lower bound.
1907
if (getLowerBoundMap().getNumResults() < 1)
0 commit comments