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