Add TabelGen support to logically AND a list of attribute constraints.
authorAshwin Murthy <ashwinm@google.com>
Mon, 8 Apr 2019 21:32:39 +0000 (14:32 -0700)
committerMehdi Amini <joker.eph@gmail.com>
Tue, 9 Apr 2019 02:17:56 +0000 (19:17 -0700)
commit70546104ffea2c77e8613ca9c98c7a6520da2991
treef189facda16477a021ea73babc6190d4d5cfe55c
parent046a993967f067d9d77f13bad6e5dc4921fa9774
Add TabelGen support to logically AND a list of attribute constraints.

    This is the AllOf version for AttrConstraint and allows specifying the combined constraint during pattern match.

--

PiperOrigin-RevId: 242540243
mlir/include/mlir/IR/OpBase.td
mlir/test/mlir-tblgen/pattern-allof-attr.td [new file with mode: 0644]