[MLIR] Factor out common parts of the TLike constraint
Type constraints such as BoolLike and SignlessIntegerLike appear to have been defined by copy-paste and all share an underlying TypesLike structure that can be factored out. This also allows for defining additional constraints of a similar form, such as F32Like. Reviewed By: rriddle Differential Revision: https://reviews.llvm.org/D118382
Loading
Please sign in to comment