MLIR
18.0.0git
|
#include "mlir/Rewrite/FrozenRewritePatternSet.h"
#include "ByteCode.h"
#include "mlir/Conversion/PDLToPDLInterp/PDLToPDLInterp.h"
#include "mlir/Dialect/PDL/IR/PDLOps.h"
#include "mlir/Interfaces/SideEffectInterfaces.h"
#include "mlir/Pass/Pass.h"
#include "mlir/Pass/PassManager.h"
#include <optional>
Go to the source code of this file.
Functions | |
static LogicalResult | convertPDLToPDLInterp (ModuleOp pdlModule, DenseMap< Operation *, PDLPatternConfigSet * > &configMap) |
|
static |
Lower the PDL pattern module to the interpreter dialect.
Definition at line 21 of file FrozenRewritePatternSet.cpp.
References mlir::success().
Referenced by mlir::FrozenRewritePatternSet::FrozenRewritePatternSet().