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