This patch implements getDomainSet and getRangeSet for PresburgerRelation
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
| mlir/include/mlir/Analysis/Presburger/PresburgerRelation.h | ||
|---|---|---|
| 100 | I think you can drop "all points". Just "Return a set corresponding to the domain of the relation" should be fine. | |
| 102 | I generally remove newlines between related methods. | |
| mlir/lib/Analysis/Presburger/PresburgerRelation.cpp | ||
| 169–171 | You can drop braces here. | |
I think you can drop "all points". Just "Return a set corresponding to the domain of the relation" should be fine.