13 #ifndef MLIR_CONVERSION_PDLTOPDLINTERP_PDLTOPDLINTERP_H
14 #define MLIR_CONVERSION_PDLTOPDLINTERP_PDLTOPDLINTERP_H
21 template <
typename OpT>
23 class PDLPatternConfigSet;
25 #define GEN_PASS_DECL_CONVERTPDLTOPDLINTERP
26 #include "mlir/Conversion/Passes.h.inc"
35 DenseMap<Operation *, PDLPatternConfigSet *> &configMap);
Include the generated interface declarations.
std::unique_ptr< OperationPass< ModuleOp > > createPDLToPDLInterpPass()
Creates and returns a pass to convert PDL ops to PDL interpreter ops.