diff options
author | River Riddle <riddleriver@gmail.com> | 2022-09-08 16:59:39 -0700 |
---|---|---|
committer | River Riddle <riddleriver@gmail.com> | 2022-11-08 01:57:57 -0800 |
commit | 8c66344ee9f67f76b3cb6b3345a46345a2d3975a (patch) | |
tree | 65727605f79bacc7595e6dd21fe05625fc02a0ec /llvm/unittests/ADT/ArrayRefTest.cpp | |
parent | f3a86a23c10db44cbcb432d56201475721c64bdc (diff) | |
download | llvm-8c66344ee9f67f76b3cb6b3345a46345a2d3975a.zip llvm-8c66344ee9f67f76b3cb6b3345a46345a2d3975a.tar.gz llvm-8c66344ee9f67f76b3cb6b3345a46345a2d3975a.tar.bz2 |
[mlir:PDL] Add support for DialectConversion with pattern configurations
Up until now PDL(L) has not supported dialect conversion because we had no
way of remapping values or integrating with type conversions. This commit
rectifies that by adding a new "pattern configuration" concept to PDL. This
essentially allows for attaching external configurations to patterns, which
can hook into pattern events (for now just the scope of a rewrite, but we
could also pass configs to native rewrites as well). This allows for injecting
the type converter into the conversion pattern rewriter.
Differential Revision: https://reviews.llvm.org/D133142
Diffstat (limited to 'llvm/unittests/ADT/ArrayRefTest.cpp')
0 files changed, 0 insertions, 0 deletions