[MLIR][AffineAnalysis] Fix typo in comment (NFC)

This commit is contained in:
Arjun P 2022-02-02 17:19:59 +05:30
parent 255494144f
commit 81d3144ebf
1 changed files with 1 additions and 1 deletions

View File

@ -453,7 +453,7 @@ LogicalResult MemRefAccess::getAccessRelation(FlatAffineRelation &rel) const {
}
}
// Append domain constraints to `ret`.
// Append domain constraints to `rel`.
domainRel.appendRangeId(rel.getNumRangeDims());
domainRel.mergeSymbolIds(rel);
domainRel.mergeLocalIds(rel);