llvm-project/mlir/lib/Transforms
River Riddle 8c66344ee9 [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
2022-11-08 01:57:57 -08:00
..
Utils [mlir:PDL] Add support for DialectConversion with pattern configurations 2022-11-08 01:57:57 -08:00
CMakeLists.txt [mlir][transforms] Add a topological sort utility and pass 2022-05-16 20:47:30 +00:00
CSE.cpp [MLIR] Update pass declarations to new autogenerated files 2022-08-31 12:28:45 +02:00
Canonicalizer.cpp [MLIR] Update pass declarations to new autogenerated files 2022-08-31 12:28:45 +02:00
ControlFlowSink.cpp Introduce a ConditionallySpeculatable op interface 2022-10-12 10:56:12 -07:00
Inliner.cpp Delete dead code in Inliner 2022-10-21 13:11:58 +02:00
LocationSnapshot.cpp [MLIR] Update pass declarations to new autogenerated files 2022-08-31 12:28:45 +02:00
LoopInvariantCodeMotion.cpp [MLIR] Update pass declarations to new autogenerated files 2022-08-31 12:28:45 +02:00
OpStats.cpp [MLIR] Update pass declarations to new autogenerated files 2022-08-31 12:28:45 +02:00
SCCP.cpp [mlir][dataflow] Remove Lattice::isUninitialized(). 2022-09-08 08:46:22 -07:00
StripDebugInfo.cpp [MLIR] Update pass declarations to new autogenerated files 2022-08-31 12:28:45 +02:00
SymbolDCE.cpp [MLIR] Update pass declarations to new autogenerated files 2022-08-31 12:28:45 +02:00
SymbolPrivatize.cpp [MLIR] Update pass declarations to new autogenerated files 2022-08-31 12:28:45 +02:00
TopologicalSort.cpp [MLIR] Update pass declarations to new autogenerated files 2022-08-31 12:28:45 +02:00
ViewOpGraph.cpp [MLIR] Update pass declarations to new autogenerated files 2022-08-31 12:28:45 +02:00