MLIR  19.0.0git
Namespaces | Macros | Functions
PDLToPDLInterp.h File Reference
#include "mlir/Support/LLVM.h"
#include "mlir/Conversion/Passes.h.inc"

Go to the source code of this file.

Namespaces

 mlir
 Include the generated interface declarations.
 

Macros

#define GEN_PASS_DECL_CONVERTPDLTOPDLINTERP
 

Functions

std::unique_ptr< OperationPass< ModuleOp > > mlir::createPDLToPDLInterpPass ()
 Creates and returns a pass to convert PDL ops to PDL interpreter ops. More...
 
std::unique_ptr< OperationPass< ModuleOp > > mlir::createPDLToPDLInterpPass (DenseMap< Operation *, PDLPatternConfigSet * > &configMap)
 Creates and returns a pass to convert PDL ops to PDL interpreter ops. More...
 

Macro Definition Documentation

◆ GEN_PASS_DECL_CONVERTPDLTOPDLINTERP

#define GEN_PASS_DECL_CONVERTPDLTOPDLINTERP

Definition at line 25 of file PDLToPDLInterp.h.