Skip to content

Commit

Permalink
[MLIR][AffineAnalysis] Fix typo in comment (NFC)
Browse files Browse the repository at this point in the history
  • Loading branch information
Superty committed Feb 2, 2022
1 parent 2554941 commit 81d3144
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mlir/lib/Dialect/Affine/Analysis/AffineAnalysis.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 81d3144

Please sign in to comment.