forked from OSchip/llvm-project
1c2edb026e
The current translation uses the old "ugly"/"raw" form which used PDLValue for the arguments and results. This commit updates the C++ generation to use the recently added sugar that allows for directly using the desired types for the arguments and result of PDL functions. In addition, this commit also properly imports the C++ class for ODS operations, constraints, and interfaces. This allows for a much more convienent C++ API than previously granted with the raw/low-level types. Differential Revision: https://reviews.llvm.org/D124817 |
||
---|---|---|
.. | ||
PDLL | ||
lsp-server-support | ||
mlir-lsp-server | ||
mlir-opt | ||
mlir-pdll-lsp-server | ||
mlir-reduce | ||
mlir-translate | ||
tblgen-lsp-server | ||
CMakeLists.txt |