- these are unused and really not needed now given flat affine constraints
Signed-off-by: Uday Bondhugula <uday@polymagelabs.com>
Paths
| Differential D75792
[mlir] NFC: remove IntegerValueSet / MutableIntegerSet ClosedPublic Authored by bondhugula on Mar 6 2020, 7:01 PM.
Details Summary
Signed-off-by: Uday Bondhugula <uday@polymagelabs.com>
Diff Detail
Event Timelinebondhugula retitled this revision from NFC: remove IntegerValueSet / MutableIntegerSet to [mlir] NFC: remove IntegerValueSet / MutableIntegerSet.Mar 7 2020, 11:29 PM This revision is now accepted and ready to land.Mar 8 2020, 11:07 AM Comment Actions Good to see these go, I remember flagging them for removal in the very first month :) Comment Actions
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.
Could you please commit this for me? Thanks! Closed by commit rGe241573d5972: [mlir] NFC: remove IntegerValueSet / MutableIntegerSet (authored by bondhugula, committed by nicolasvasilache). · Explain WhyMar 9 2020, 6:22 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 249261 mlir/include/mlir/Analysis/AffineStructures.h
mlir/lib/Analysis/AffineStructures.cpp
|