Files
clang-p2996/mlir/test/lib/Dialect/Test/TestDialect.cpp
Markus Böck f69a9f3974 [mlir][ODS] Add support for passing properties to ref in custom
This is essentially a follow up to https://reviews.llvm.org/D155072

This adds support for also passing properties as `ref` parameter to `custom`. This requires the property to have been bound previously and will error otherwise. This makes it possible for an implementation of `custom` to take previously parsed data into account, creating nice context-dependent grammars :-)

Differential Revision: https://reviews.llvm.org/D155297
2023-07-17 08:48:41 +02:00

73 KiB