-
include/mlir/Analysis/Presburger/ -
lib/Analysis/Presburger/ -
unittests/Analysis/Presburger/
| | Authored by arjunp on Feb 2 2022, 4:42 AM. Event Timelinearjunp requested review of this revision. Herald added a project: Restricted Project. arjunp marked 3 inline comments as done. arjunp marked an inline comment as done. This revision is now accepted and ready to land. This revision was landed with ongoing or failed builds. This revision was automatically updated to reflect the committed changes. Path | Size |
---|
| | | include/ | mlir/ | Analysis/ | Presburger/ |
| | | 9 lines | | 195 lines | | | | 1 line | | 33 lines | | 195 lines | | unittests/ | Analysis/ | Presburger/ |
| | | 1 line | | 183 lines |
Commit | Tree | Parents | Author | Summary | Date |
---|
02c17c49c86c | 5381f0dc1f4f | 3cd7803652bf | Arjun P | Fix tests | Feb 7 2022, 7:25 AM | 3cd7803652bf | 7ace4e0e377b | ea6c7bb828c5 | Arjun P | Address Kunwar's comments | Feb 7 2022, 7:11 AM | ea6c7bb828c5 | b22ee3a92766 | 68eabf5bff5a | Arjun P | clang-format | Feb 6 2022, 2:29 PM | 68eabf5bff5a | 76a4fb5c8436 | dec8095080bc | Arjun P | add missing tildes | Feb 6 2022, 2:27 PM | dec8095080bc | 531fd31afcbe | 9d5b53fe7b1e | Arjun P | clang-formatidy | Feb 6 2022, 2:09 PM | 9d5b53fe7b1e | 2716a56538dd | 5724b364568b | Arjun P | Address kunwar's comments | Feb 6 2022, 2:08 PM | 5724b364568b | a51d2f447fe5 | 822dda054856 | Arjun P | fix bug | Feb 6 2022, 7:33 AM | 822dda054856 | 5338ebf70584 | e2410ae996a1 | Arjun P | incorporate kunwar's suggestion | Feb 6 2022, 7:30 AM | e2410ae996a1 | 007a0885e44c | a6b523be4cb0 | Arjun P | clang-format | Feb 5 2022, 7:23 AM | a6b523be4cb0 | 01714fa6997a | 007b4b0699f8 | Arjun P | Address Kunwar's comments | Feb 5 2022, 7:22 AM | 007b4b0699f8 | 1009acecd44b | e74d84a04ffb | Arjun P | add forgotten classof | Feb 3 2022, 3:27 AM | e74d84a04ffb | d7bed347e801 | 780b01ef5376 | Arjun P | [MLIR][Presburger] Add support for piece-wise multi-affine functions (Show More…) | Feb 2 2022, 4:07 AM | 780b01ef5376 | 11051464a69b | 57f3d56a9114 | Arjun P | clang-format | Feb 2 2022, 4:03 AM | 57f3d56a9114 | 93188ca9593c | fbc54a9412e2 | Arjun P | valueAt: add test, fix bugs | Feb 2 2022, 3:59 AM | fbc54a9412e2 | 6d985f8f1396 | e951226a7bc8 | Arjun P | implement PWMAFunc with MultiAffineFunc | Feb 2 2022, 3:55 AM | e951226a7bc8 | 7f38dd856bf6 | 21137209dfc9 | Arjun P | mergeLocalids: clang-format | Feb 2 2022, 3:54 AM | 21137209dfc9 | a22c0d544846 | 22caaead7fbd | Arjun P | IntegerPolyhedron::containsPoint: update doc | Feb 2 2022, 3:53 AM | 22caaead7fbd | ff1c9a80b7d3 | 459aa9201b10 | Arjun P | eliminate redundant local id: make virtual | Feb 2 2022, 3:53 AM | 459aa9201b10 | 703e2e214288 | 663703079cb0 | Arjun P | eliminateRedundantLocalId: move to A/B | Feb 2 2022, 3:53 AM | 663703079cb0 | 413662ab20d9 | 9e3c2fb01358 | Arjun P | PWMAFunctionTest formatting and variable name comments | Feb 2 2022, 3:49 AM | 9e3c2fb01358 | 86da45b0a531 | af903ffdd407 | Arjun P | delete unittests/utils | Feb 2 2022, 3:49 AM | af903ffdd407 | 1b6f732910b5 | a8012e60be90 | Arjun P | PWA -> PWMA | Jan 29 2022, 11:10 AM | a8012e60be90 | 804ad4941f73 | 8eb644b48552 | Arjun P | clang-format | Jan 29 2022, 11:04 AM | 8eb644b48552 | 6447d853f375 | 4b752d9add69 | Arjun P | file comment | Jan 29 2022, 11:04 AM | 4b752d9add69 | 2d78d1f14233 | 38d8444c74e1 | Arjun P | fix bugs | Jan 29 2022, 10:06 AM | 38d8444c74e1 | 791661e161b2 | ea1e9390fec7 | Arjun P | add tests | Jan 29 2022, 10:07 AM | ea1e9390fec7 | 45aa525ecc85 | 44727764b963 | Arjun P | [MLIR][Presburger] simplify eliminateRedundantLocalId by moving it a member of… (Show More…) | Jan 28 2022, 12:38 PM | 44727764b963 | 894710114f6b | 4591651184dc | Arjun P | add test file | Jan 28 2022, 8:26 AM | 4591651184dc | 53b3c5910b56 | 0610a509ef99 | Arjun P | improve code slightly | Jan 28 2022, 8:20 AM | 0610a509ef99 | edb74100e113 | e754c6751b71 | Arjun P | Implement PWAFunction | Jan 21 2022, 12:08 AM | e754c6751b71 | 50e3cce3f6a4 | 5629fb1ec1f2 | Arjun P | IntegerPolyhedron::mergeLocalIds: support providing a merge callback function | Jan 24 2022, 1:27 PM | 5629fb1ec1f2 | 49b99fcdf570 | 6520033fe857 | Arjun P | [MLIR][Presburger] Support isSubsetOf in PresburgerSet and IntegerPolyhedron (Show More…) | Feb 2 2022, 4:24 AM | 6520033fe857 | e6a6adb726df | 8a98c3e07f63 | Arjun P | IntegerPolyhedron: support isSubsetOf and isEqual | Feb 2 2022, 4:26 AM |
|
I think there is a better way to do this. The only way identifiers can be moved/removed/inserted in IntegerPolyhedron is through 3 functions:
(I'm very sure that these are the only three functions that do this. In case there are any other, we should make them use these functions as these are the only operations required to modify the identifier space)
You could make these functions virtual in IntegerPolyhedron and just override these functions here to carry over the output information. After this, you can just inherit from public IntegerPolyhedron this and it should carry over the information properly for every method.