This patch provides functionality for simplifying PresburgerSets by checking if any FlatAffineConstraints in the set is contained in another, and removing such redundant FACs.
This is part of a series of patches to provide functionality for integer set coalescing in MLIR.
Maybe clarify the name as isRedundantInequality.
Maybe even add a function isRedundantEquality for equalities as well as some tests for it.