This patch adds clearAndCopyFrom to IntegerPolyhedron. This requires moving
LLVM-style RTTI from FlatAffineConstraints to IntegerPolyhedron.
This patch is part of a series of patches to move presburger math to Presburger
directory.
Paths
| Differential D116533
[MLIR] Add clearAndCopyFrom to IntegerPolyhedron ClosedPublic Authored by Groverkss on Jan 3 2022, 5:08 AM.
Details Summary This patch adds clearAndCopyFrom to IntegerPolyhedron. This requires moving This patch is part of a series of patches to move presburger math to Presburger
Diff Detail
Event TimelineHerald added subscribers: sdasgup3, wenzhicui, wrengr and 20 others. · View Herald TranscriptJan 3 2022, 5:08 AM This revision is now accepted and ready to land.Jan 5 2022, 8:49 AM
Closed by commit rGdde7388ad5bb: [MLIR] Add clearAndCopyFrom to IntegerPolyhedron (authored by Groverkss). · Explain WhyJan 5 2022, 10:09 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 397628 mlir/include/mlir/Analysis/AffineStructures.h
mlir/include/mlir/Analysis/Presburger/IntegerPolyhedron.h
mlir/lib/Analysis/AffineStructures.cpp
mlir/lib/Analysis/Presburger/IntegerPolyhedron.cpp
|
The comment here is misleading: all derived classes of IntegerPolyhedron?