This patch moves FlatAffineConstraints::print and
FlatAffineConstraints::dump() to IntegerPolyhedron.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D116289
[MLIR] Move `print()` and `dump()` from FlatAffineConstraints to IntegerPolyhedron. ClosedPublic Authored by Groverkss on Dec 26 2021, 12:45 PM.
Details Summary This patch moves FlatAffineConstraints::print and
Diff Detail
Event TimelineHerald added subscribers: sdasgup3, wenzhicui, wrengr and 20 others. · View Herald TranscriptDec 26 2021, 12:45 PM Groverkss retitled this revision from Move `print()` and `dump()` to IntegerPolyhedron from FlatAffineConstraints to [MLIR] Move `print()` and `dump()` to IntegerPolyhedron from FlatAffineConstraints.Dec 26 2021, 12:46 PM Groverkss retitled this revision from [MLIR] Move `print()` and `dump()` to IntegerPolyhedron from FlatAffineConstraints to [MLIR] Move `print()` and `dump()` from FlatAffineConstraints to IntegerPolyhedron.. arjunp added inline comments. This revision is now accepted and ready to land.Dec 27 2021, 12:57 AM Closed by commit rG3f22d492ac3c: [MLIR] Move `print()` and `dump()` from FlatAffineConstraints to… (authored by Groverkss). · Explain WhyDec 27 2021, 5:18 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 396291 mlir/include/mlir/Analysis/AffineStructures.h
mlir/include/mlir/Analysis/Presburger/IntegerPolyhedron.h
mlir/lib/Analysis/AffineStructures.cpp
mlir/lib/Analysis/Presburger/IntegerPolyhedron.cpp
|