[PDLL] Add support for tablegen includes and importing ODS informationThis commit adds support for processing tablegen include files, and importingvarious information from ODS. This includes opera
[PDLL] Add support for tablegen includes and importing ODS informationThis commit adds support for processing tablegen include files, and importingvarious information from ODS. This includes operations, attribute+type constraints,attribute/operation/type interfaces, etc. This will allow for much more robust tooling,and also allows for referencing ODS constructs directly within PDLL (imported interfacescan be used as constraints, operation result names can be used for member access, etc).Differential Revision: https://reviews.llvm.org/D119900
show more ...