| | Authored by webmiche on Sep 28 2021, 2:43 AM. Event Timelinewebmiche requested review of this revision. Herald added a project: Restricted Project. Herald added a project: Restricted Project. webmiche removed a project: Restricted Project. webmiche marked 16 inline comments as done. webmiche marked 3 inline comments as done. webmiche marked 3 inline comments as done. webmiche marked 4 inline comments as done. This revision is now accepted and ready to land. webmiche marked 2 inline comments as done. This revision was landed with ongoing or failed builds. This revision was automatically updated to reflect the committed changes. Path | Size |
---|
| | | | | | | 12 lines | | 6 lines | | | | | | 34 lines | | 36 lines | | | | | | 7 lines | | 81 lines | | 188 lines |
Commit | Tree | Parents | Author | Summary | Date |
---|
a350237c262d | 9a374d57790f | fab5b0ebdcd9 | Michel Weber | address review comments, update unittests to use AffineParser | Dec 6 2021, 6:43 AM | fab5b0ebdcd9 | b6fad55216c5 | 34ffa1c202ce | Michel Weber | change header guard to reflect renaming | Oct 12 2021, 1:24 AM | 34ffa1c202ce | 825f7a69eadb | 1e80d43027b2 | Michel Weber | rename Utils -> FACGenerationUtils | Oct 12 2021, 1:22 AM | 1e80d43027b2 | 40355ef278b9 | fa4e045a7e7a | Michel Weber | split utils.h, address further comments | Oct 12 2021, 1:00 AM | fa4e045a7e7a | 10ff30b03b63 | 66812f12c6a7 | Michel Weber | update codumentation | Oct 4 2021, 11:33 AM | 66812f12c6a7 | 3183602b8607 | 9ba2253e4058 | Michel Weber | address review comments Pt.2 | Oct 2 2021, 1:37 AM | 9ba2253e4058 | 897c89e1468a | 398df2fe5fdb | Michel Weber | address review comments Pt. 1 | Oct 1 2021, 9:26 AM | 398df2fe5fdb | d0e0f616e9d7 | f077e6b3093f | Michel Weber | add header guard to FACUtils.h | Sep 28 2021, 3:31 AM | f077e6b3093f | b3d4646d03e0 | 8033d3d9486b | Michel Weber | update FACUtils license | Sep 28 2021, 2:51 AM | 8033d3d9486b | 897c560c3651 | dc57cc4741fb | Michel Weber | | Sep 28 2021, 1:51 AM | dc57cc4741fb | 723e07c33bf5 | 3de8a36528db | Michel Weber | add utils.h for redundant functionality | Jul 23 2021, 4:37 AM | 3de8a36528db | c024daa29a81 | 22779e47dd9d | Michel Weber | add self-contained tests | Jul 23 2021, 1:16 AM | 22779e47dd9d | 05dd51a4835a | 3ce8abb5926d | Michel Weber | add tests for containedIn | Jul 23 2021, 1:15 AM | 3ce8abb5926d | 32f82e4e28ab | c18a9094831f | Michel Weber | add test cases and support for edge cases | Jul 19 2021, 8:40 AM | c18a9094831f | 144762c69b97 | 06f558910fa8 | Michel Weber | further refactoring | Jul 19 2021, 8:23 AM | 06f558910fa8 | 5b1a7574e8fc | eedf433cfeeb | Michel Weber | move containedIn functionality to Simplex, refactor | Jul 19 2021, 8:05 AM | eedf433cfeeb | 5829140f297a | 1da6d650b182 | Michel Weber | merge coalesce into PresburgerSet | Mar 11 2021, 1:02 AM | 1da6d650b182 | 09ac604c94db | eed135baa4ef | webmiche | [MLIR] add coalesce tests | Feb 25 2021, 4:31 AM | eed135baa4ef | 5829140f297a | e64290d11db7 | Michel Weber | merge coalesce into PresburgerSet | Mar 11 2021, 1:02 AM | e64290d11db7 | ec8195cc2483 | 533797560b54 | webmiche | [MLIR] add coalesce tests | Feb 25 2021, 4:31 AM | 533797560b54 | cbbfa2b89545 | 0d4763323798 | webmiche | [MLIR] add simple coalesce | Feb 25 2021, 4:31 AM | 0d4763323798 | 089993a488aa | b23d17f6b5f7 | webmiche | [MLIR] add isRedundant to Simplex | Feb 25 2021, 4:28 AM |
|
Maybe clarify the name as isRedundantInequality.
Maybe even add a function isRedundantEquality for equalities as well as some tests for it.