Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Can you fix the failing build, please? It looks like you cannot include MPInt.h and MathExtras.h together and use mod, ceilDiv, etc.
Paths
| Differential D129509
[MLIR][Presburger] Provide functions to convert between arrays of MPInt and int64_t ClosedPublic Authored by arjunp on Jul 11 2022, 12:09 PM.
Details
Diff Detail
Event TimelineComment Actions Can you fix the failing build, please? It looks like you cannot include MPInt.h and MathExtras.h together and use mod, ceilDiv, etc. This revision now requires changes to proceed.Jul 18 2022, 3:39 AM This revision is now accepted and ready to land.Jul 18 2022, 3:39 AM Closed by commit rGffb8b7b2a0b9: [MLIR][Presburger] Provide functions to convert between arrays of MPInt and… (authored by arjunp). · Explain WhyJul 18 2022, 9:34 AM This revision was automatically updated to reflect the committed changes.
Diff 445542 mlir/include/mlir/Analysis/Presburger/MPInt.h
mlir/include/mlir/Analysis/Presburger/Utils.h
mlir/lib/Analysis/Presburger/Utils.cpp
|