Also support isEqual in IntegerPolyhedron.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D118778
[MLIR][Presburger] Support isSubsetOf in PresburgerSet and IntegerPolyhedron ClosedPublic Authored by arjunp on Feb 2 2022, 4:37 AM.
Details Summary Also support isEqual in IntegerPolyhedron.
Diff Detail
Event TimelineHerald added subscribers: sdasgup3, wenzhicui, wrengr and 21 others. · View Herald TranscriptFeb 2 2022, 4:37 AM arjunp added a child revision: D118779: [MLIR][Presburger] Add support for piece-wise multi-affine functions.Feb 2 2022, 4:42 AM This revision is now accepted and ready to land.Feb 2 2022, 4:59 AM This revision was landed with ongoing or failed builds.Feb 2 2022, 5:14 AM Closed by commit rGec10ff37e2c3: [MLIR][Presburger] Support isSubsetOf in PresburgerSet and IntegerPolyhedron (authored by arjunp). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 405227 mlir/include/mlir/Analysis/Presburger/IntegerPolyhedron.h
mlir/include/mlir/Analysis/Presburger/PresburgerSet.h
mlir/lib/Analysis/Presburger/IntegerPolyhedron.cpp
mlir/lib/Analysis/Presburger/PresburgerSet.cpp
|