[mlir] Add attribute constraints for sorted order.
We often have constraints for array attributes that they are sorted non-decreasing or strictly increasing. This change adds AttrConstraint classes that support DenseArrayAttr for integer types. Differential Revision: https://reviews.llvm.org/D134944
Loading
Please sign in to comment