This is an archive of the discontinued LLVM Phabricator instance.

[MLIR][Presburger] Use PresburgerSpace in SetCoalescer
ClosedPublic

Authored by Groverkss on Apr 2 2022, 12:35 PM.

Details

Summary

This patch changes the implementation of SetCoalescer to use PresburgerSpace
instead of reimplementing parts of PresburgerSpace.

Diff Detail

Event Timeline

Groverkss created this revision.Apr 2 2022, 12:35 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 2 2022, 12:36 PM
Groverkss requested review of this revision.Apr 2 2022, 12:36 PM
arjunp accepted this revision.Apr 2 2022, 12:49 PM

LGTM!

This revision is now accepted and ready to land.Apr 2 2022, 12:49 PM
This revision was automatically updated to reflect the committed changes.