summaryrefslogtreecommitdiff
path: root/mlir/lib/Analysis/FlatLinearValueConstraints.cpp
AgeCommit message (Expand)Author
2025-11-09[mlir] Use llvm::transform (NFC) (#167205)Kazu Hirata
2025-10-16[mlir] Replace LLVM_ATTRIBUTE_UNUSED with [[maybe_unused]] (NFC) (#163703)Kazu Hirata
2025-08-18[mlir][Presburger] NFC: return var index from IntegerRelation::addLocalFloorD...Jeremy Kun
2025-07-01[mlir] Remove unused includes (NFC) (#146467)Kazu Hirata
2025-04-19[mlir] Clean up prints with `llvm::interleaved`. NFC. (#136468)Jakub Kuderski
2025-03-04[MLIR][Affine] Improve memref region bounding size and shape computation (#12...Uday Bondhugula
2025-03-01[MLIR] NFC. Improve API signature + clang-tidy warning in IntegerRelation (#1...Uday Bondhugula
2025-02-17[MLIR] NFC. Refactor IntegerRelation getSliceBounds (#127308)Uday Bondhugula
2025-02-15[MLIR][Affine] NFC. Fix/improve debug messages for affine analysis/fusion uti...Uday Bondhugula
2025-02-15[MLIR][Affine] Fix getSliceBounds for missing handling of no lower/upper boun...Uday Bondhugula
2024-10-16[MLIR] Fix assert expressions (#112474)Alexander Pivovarov
2024-07-03mlir/Presburger: reinstate use of LogicalResult (#97415)Ramkumar Ramachandra
2024-07-02mlir/LogicalResult: move into llvm (#97309)Ramkumar Ramachandra
2024-06-29mlir/Presburger: strip dependency on MLIRSupport (#96517)Ramkumar Ramachandra
2024-06-12Reland "mlir/Presburger/MPInt: move into llvm/ADT" (#95254)Ramkumar Ramachandra
2024-06-12Revert #95218 and #94953 (#95244)Maksim Levental
2024-06-12mlir/Presburger/MPInt: move into llvm/ADT (#94953)Ramkumar Ramachandra
2024-06-11mlir/MathExtras: consolidate with llvm/MathExtras (#95087)Ramkumar Ramachandra
2024-06-05[mlir][affine][Analysis] Add conservative bounds for semi-affine mods (#93576)Benjamin Maxwell
2024-04-18[MLIR][Presburger] Use Identifiers outside Presburger library (#77316)Bharathi Ramana Joshi
2023-11-19[mlir][affine] remove divide zero check when simplifer affineMap (#64622) (#6...long.chen
2023-11-16Generalize affine fusion to work at all depths and inside other region-holdin...Uday Bondhugula
2023-11-14[mlir][affine][nfc] cleanup deprecated T.cast style functions (#71269)long.chen
2023-09-23Use llvm::find (NFC)Kazu Hirata
2023-09-20[MLIR][Presburger] Template Matrix to allow MPInt and Fraction; use IntMatrix...Abhinav271828
2023-09-18Revert "[MLIR][Presburger] Template Matrix to allow MPInt and Fraction (#65272)"Arjun P
2023-09-18[MLIR][Presburger] Template Matrix to allow MPInt and Fraction (#65272)Abhinav271828
2023-07-19[mlir] Remove dead code in Analysis/FlatLinearValueConstraints.Alexander Belyaev
2023-06-05[Affine-fusion] Fix a bug in mod detectionVinayaka Bandishti
2023-04-26[mlir] Replace None with std::nullopt in comments (NFC)Kazu Hirata
2023-03-25[mlir][Analysis] Fix assertion in FlatLinearConstraintsMatthias Springer
2023-03-23[mlir][Analysis][NFC] Make BoundType a top-level enumMatthias Springer
2023-03-23[mlir][Analysis][NFC] Split FlatAffineValueConstraints into multiple classesMatthias Springer