[MLIR][Presburger] support a heuristic for the "cut case" in coalesce
This patch introduces the cut case. If one polytope has only cutting and redundant inequalities for the other and the facet of the cutting inequalities are contained within the other polytope, then the polytopes are be combined into a polytope consisting only of their respective redundant constraints. Reviewed By: arjunp Differential Revision: https://reviews.llvm.org/D120614
Loading
Please sign in to comment