-
include/mlir/Analysis/Presburger/ -
lib/Analysis/Presburger/ -
unittests/Analysis/Presburger/
| | Authored by arjunp on Jun 29 2022, 5:38 AM. Event TimelineHerald added a project: Restricted Project. arjunp requested review of this revision. Herald added a project: Restricted Project. arjunp marked 2 inline comments as done. This revision is now accepted and ready to land. ftynse accepted this revision. This revision was automatically updated to reflect the committed changes. Path | Size |
---|
| | | include/ | mlir/ | Analysis/ | Presburger/ |
| | | 588 lines | | | | 1 line | | 36 lines | | unittests/ | Analysis/ | Presburger/ |
| | | 1 line | | 111 lines |
Commit | Tree | Parents | Author | Summary | Date |
---|
5c9d36a473b7 | bc039fdc8ef5 | 6df4ca5f7def | Arjun P | format | Jun 30 2022, 7:55 AM | 6df4ca5f7def | 43f0656158e1 | 5b7189849f06 | Arjun P | add assert messages and some more comments | Jun 30 2022, 7:55 AM | 5b7189849f06 | 2460fd2b8ae4 | 68287f777797 | Arjun P | remove getAsAP as just use the cast; simplify mod, floorDiv, ceilDiv impls, | Jun 30 2022, 7:52 AM | 68287f777797 | e5d6958031b3 | 429b3be4c23f | Arjun P | use small/malrge unifomrly | Jun 30 2022, 7:19 AM | 429b3be4c23f | b4aa24ce097e | 5a7c64a594d7 | Arjun P | fix coment legnth | Jun 30 2022, 7:18 AM | 5a7c64a594d7 | 433c1f73981c | a09368ce9234 | Arjun P | use small/large uniformly. | Jun 30 2022, 7:18 AM | a09368ce9234 | 50076518a76e | 97b9eab821ee | Arjun P | format | Jun 29 2022, 7:48 AM | 97b9eab821ee | ee9b992a6421 | 17ac8c82a0af | Arjun P | always_inline | Jun 29 2022, 7:48 AM | 17ac8c82a0af | 35e30cddb1e2 | f348b316b427 | Arjun P | Fix performance regression due to switching to llvm MathExtras | Jun 29 2022, 7:40 AM | f348b316b427 | 0f4c01e0c500 | 886c881a7a84 | Arjun P | remove unused include | Jun 29 2022, 7:06 AM | 886c881a7a84 | f8c4e518c7b1 | acca446f6306 | Arjun P | fix windows build | Jun 29 2022, 6:24 AM | acca446f6306 | 8ec089f337f9 | 5b5301abfb7d | Arjun P | [MLIR][Presburger] introduce MPInt to support fast arbitrary precision in… (Show More…) | Jun 29 2022, 5:29 AM | 5b5301abfb7d | 9b1032a34676 | 858ef47c44b9 | Arjun P | format | Jun 28 2022, 11:43 AM | 858ef47c44b9 | f84cb92cf17b | cf8db0b4576f | Arjun P | line | Jun 28 2022, 11:41 AM | cf8db0b4576f | 38a78076827e | 851f3b16ec6f | Arjun P | lines | Jun 28 2022, 11:41 AM | 851f3b16ec6f | 1599ff186d40 | b1b3ba2d3f37 | Arjun P | fix overflow in in-place | Jun 28 2022, 11:37 AM | b1b3ba2d3f37 | 3cf159eebde4 | ff20aedd4979 | Arjun P | rearrange | Jun 28 2022, 11:31 AM | ff20aedd4979 | 0bc12c3c6c29 | 2ba29c3a9bc5 | Arjun P | fix another bug -- mem leak | Jun 28 2022, 11:24 AM | 2ba29c3a9bc5 | c9f12ab0987d | e4585a091fbf | Arjun P | init holdsSlow in constructor | Jun 28 2022, 11:24 AM | e4585a091fbf | 22c2818a6e34 | 4cafe38bb6b4 | Arjun P | fix overflow issue. | Jun 28 2022, 9:37 AM | 4cafe38bb6b4 | 2690a7dfecdf | c01028aa9213 | Arjun P | MPIntTest | Jun 25 2022, 6:40 AM | c01028aa9213 | ccdfbcadd21f | 89c24591df7d | Arjun P | failing tests | Jun 22 2022, 11:57 PM | 89c24591df7d | f377427b33e4 | 758d497c781b | Arjun P | format | Jun 22 2022, 11:20 PM | 758d497c781b | d6f17910d937 | 9c8003757a09 | Arjun P | add some doc and move around stuff | Jun 22 2022, 11:20 PM | 9c8003757a09 | 509c354b1c96 | a07816bc9d34 | Arjun P | format | Jun 22 2022, 11:13 PM | a07816bc9d34 | ec1a72ee8a06 | 116d89ccf211 | Arjun P | add some doc | Jun 22 2022, 1:36 PM | 116d89ccf211 | 3235a8d63ed8 | 2fdddc5d84bd | Arjun P | format | Jun 22 2022, 1:29 PM | 2fdddc5d84bd | d7130a4c3f50 | 628a2c14e3e9 | Arjun P | add mpint files, fix build | Jun 22 2022, 12:59 PM |
|
Have you considered proposing LLVM to add the attribute instead?