This is an archive of the discontinued LLVM Phabricator instance.

[MLIR][Presburger] Move IntegerPolyhedron::reset to FlatAffineConstraints::reset
ClosedPublic

Authored by Groverkss on Feb 27 2022, 6:30 AM.

Details

Summary

This patch moves IntegerPolyhedron::reset to FlatAffineConstraints::reset. This
function is not required in IntegerPolyhedron and creates ambiguity while
shifting implementations to IntegerRelation.

This patch is part of a series of patches to introduce relations in Presburger
library.

Diff Detail

Event Timeline

Groverkss created this revision.Feb 27 2022, 6:30 AM
Groverkss requested review of this revision.Feb 27 2022, 6:30 AM
arjunp accepted this revision.Feb 27 2022, 6:32 AM
This revision is now accepted and ready to land.Feb 27 2022, 6:32 AM
This revision was landed with ongoing or failed builds.Feb 27 2022, 9:01 AM
This revision was automatically updated to reflect the committed changes.