This is an archive of the discontinued LLVM Phabricator instance.

[MLIR][Presburger] Provide functions to convert between arrays of MPInt and int64_t
ClosedPublic

Authored by arjunp on Jul 11 2022, 12:09 PM.

Diff Detail

Event Timeline

arjunp created this revision.Jul 11 2022, 12:09 PM
arjunp requested review of this revision.Jul 11 2022, 12:09 PM

Can you fix the failing build, please? It looks like you cannot include MPInt.h and MathExtras.h together and use mod, ceilDiv, etc.

Groverkss requested changes to this revision.Jul 18 2022, 3:39 AM

LGTM.

This revision now requires changes to proceed.Jul 18 2022, 3:39 AM
Groverkss accepted this revision.Jul 18 2022, 3:39 AM

Accidently requested changes instead of accepting.

This revision is now accepted and ready to land.Jul 18 2022, 3:39 AM