This patch moves PresburgerSet to Presburger/ directory. This patch is purely
mechincal, it only moves and renames functionality and tests.
This patch is part of a series of patches to move presburger functionality to
Presburger/ directory.
Paths
| Differential D116836
[MLIR][NFC] Move PresburgerSet to Presburger/ directory ClosedPublic Authored by Groverkss on Jan 7 2022, 1:34 PM.
Details Summary This patch moves PresburgerSet to Presburger/ directory. This patch is purely This patch is part of a series of patches to move presburger functionality to
Diff Detail
Event TimelineComment Actions Seems good to me, just fix the singular/plural issues below.
This revision is now accepted and ready to land.Jan 8 2022, 1:48 AM Closed by commit rG0e19186c82a8: [MLIR][NFC] Move PresburgerSet to Presburger/ directory (authored by Groverkss). · Explain WhyJan 8 2022, 2:13 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 398323 mlir/include/mlir/Analysis/Presburger/PresburgerSet.h
mlir/include/mlir/Analysis/PresburgerSet.h
mlir/lib/Analysis/CMakeLists.txt
mlir/lib/Analysis/Presburger/CMakeLists.txt
mlir/lib/Analysis/Presburger/PresburgerSet.cpp
mlir/lib/Analysis/PresburgerSet.cpp
mlir/lib/Analysis/Utils.cpp
mlir/unittests/Analysis/AffineStructuresParserTest.cpp
mlir/unittests/Analysis/CMakeLists.txt
mlir/unittests/Analysis/Presburger/CMakeLists.txt
mlir/unittests/Analysis/Presburger/PresburgerSetTest.cpp
|
Should be IntegerPolyhedrons or IntegerPolyhedra. I think the first is better since it's a class name