| | 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 |
---|
| | | | | | | 10 lines | | 6 lines | | | | | | 34 lines | | 36 lines | | | | | | 7 lines | | 81 lines | | 188 lines |
Commit | Tree | Parents | Author | Summary | Date |
---|
a5931a9667a4 | bff0f82ce90d | 69466f8904e7 | Michel Weber | fix typo | Dec 8 2021, 4:44 AM | 69466f8904e7 | 741b75709845 | 05242f7cb7bd | Michel Weber | update isRationalSubsetOf comment | Dec 8 2021, 4:41 AM | 05242f7cb7bd | aed9aae31f70 | 8f704d858792 | Michel Weber | address review comments, update unittests to use AffineParser | Dec 6 2021, 6:43 AM | 8f704d858792 | 44e110d159fd | 5348a4e6942f | Michel Weber | change header guard to reflect renaming | Oct 12 2021, 1:24 AM | 5348a4e6942f | 0e1b7c1d7549 | 27b4c96d37a9 | Michel Weber | rename Utils -> FACGenerationUtils | Oct 12 2021, 1:22 AM | 27b4c96d37a9 | a64d904c3016 | 6c973600477a | Michel Weber | split utils.h, address further comments | Oct 12 2021, 1:00 AM | 6c973600477a | ea1a78d57401 | 8a0f97c39268 | Michel Weber | update codumentation | Oct 4 2021, 11:33 AM | 8a0f97c39268 | cb70db0f3619 | c72a07b80b9b | Michel Weber | address review comments Pt.2 | Oct 2 2021, 1:37 AM | c72a07b80b9b | 1a640ff6cc78 | 58f761fb0aa7 | Michel Weber | address review comments Pt. 1 | Oct 1 2021, 9:26 AM | 58f761fb0aa7 | 8c5e47dad84c | 438c22759448 | Michel Weber | add header guard to FACUtils.h | Sep 28 2021, 3:31 AM | 438c22759448 | 9428055ae5eb | 2b7124c51318 | Michel Weber | update FACUtils license | Sep 28 2021, 2:51 AM | 2b7124c51318 | decbed7025f2 | 925666ccfb6d | Michel Weber | | Sep 28 2021, 1:51 AM | 925666ccfb6d | e61e53b6b711 | 1762a99922fb | Michel Weber | add utils.h for redundant functionality | Jul 23 2021, 4:37 AM | 1762a99922fb | 97b906c11c31 | a6d82c2a8ab0 | Michel Weber | add self-contained tests | Jul 23 2021, 1:16 AM | a6d82c2a8ab0 | 8587382d3b07 | 970b88efd114 | Michel Weber | add tests for containedIn | Jul 23 2021, 1:15 AM | 970b88efd114 | b405256b81d9 | bbd390a4dfb4 | Michel Weber | add test cases and support for edge cases | Jul 19 2021, 8:40 AM | bbd390a4dfb4 | 475d9b950988 | 498e2a380bfd | Michel Weber | further refactoring | Jul 19 2021, 8:23 AM | 498e2a380bfd | a4e332c9cf93 | 7fc4806d3670 | Michel Weber | move containedIn functionality to Simplex, refactor | Jul 19 2021, 8:05 AM | 7fc4806d3670 | c4cfeef0696c | 7e2624ee2cf0 | Michel Weber | merge coalesce into PresburgerSet | Mar 11 2021, 1:02 AM | 7e2624ee2cf0 | ada089114227 | abf5d554f4fb | webmiche | [MLIR] add coalesce tests | Feb 25 2021, 4:31 AM | abf5d554f4fb | c4cfeef0696c | 2b319b3393b6 | Michel Weber | merge coalesce into PresburgerSet | Mar 11 2021, 1:02 AM | 2b319b3393b6 | 1cb91daf8daf | 5b1dcecdec4d | webmiche | [MLIR] add coalesce tests | Feb 25 2021, 4:31 AM | 5b1dcecdec4d | 64a1c2fced6f | d05ab78e5ba6 | webmiche | [MLIR] add simple coalesce | Feb 25 2021, 4:31 AM | d05ab78e5ba6 | 2dbd0fd1cf7e | 5ce0f8763261 | 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.