[PATCH] D75792: [mlir] NFC: remove IntegerValueSet / MutableIntegerSet

Uday Bondhugula via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 9 14:03:35 PDT 2020


bondhugula added a comment.

In D75792#1911799 <https://reviews.llvm.org/D75792#1911799>, @nicolasvasilache wrote:

> Good to see these go, I remember flagging them for removal in the very first month :)


Yes, along with FlatAffineConstraints and AffineValueMap as well, all of which weren't implemented yet then. :-) This isn't needed because flat affine constraints already provides a throwaway structure for what was intended with MutableIntegerSet.

> Thanks for the cleanup Uday!

Could you please commit this for me? Thanks!


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D75792/new/

https://reviews.llvm.org/D75792





More information about the llvm-commits mailing list