This is an archive of the discontinued LLVM Phabricator instance.

[MLIR] Remove dependency on IR for Simplex
ClosedPublic

Authored by Groverkss on Jan 3 2022, 2:35 AM.

Details

Summary

This patch removes unnecessary dependency on IR for Simplex. This patch allows
users to use Presburger library without depending on MLIRIR.

Diff Detail

Event Timeline

Groverkss created this revision.Jan 3 2022, 2:35 AM
Groverkss requested review of this revision.Jan 3 2022, 2:35 AM
ftynse accepted this revision.Jan 3 2022, 2:40 AM
This revision is now accepted and ready to land.Jan 3 2022, 2:40 AM
This revision was automatically updated to reflect the committed changes.