llvm-project/mlir/test/mlir-pdll/Parser
River Riddle 3ee44cb775 [PDLL] Add a `rewrite` statement to enable complex rewrites
The `rewrite` statement allows for rewriting a given root
operation with a block of nested rewriters. The root operation is
not implicitly erased or replaced, and any transformations to it
must be expressed within the nested rewrite block. The inner body
may contain any number of other rewrite statements, variables, or
expressions.

Differential Revision: https://reviews.llvm.org/D115299
2021-12-16 02:08:13 +00:00
..
include
directive-failure.pdll
expr-failure.pdll [PDLL] Add support for tuple types and expressions 2021-12-16 02:08:13 +00:00
expr.pdll [PDLL] Add support for tuple types and expressions 2021-12-16 02:08:13 +00:00
include.pdll
lit.local.cfg
pattern-failure.pdll
pattern.pdll
stmt-failure.pdll [PDLL] Add a `rewrite` statement to enable complex rewrites 2021-12-16 02:08:13 +00:00
stmt.pdll [PDLL] Add a `rewrite` statement to enable complex rewrites 2021-12-16 02:08:13 +00:00