MLIR
20.0.0git
|
A PDL configuration that is used to supported dialect conversion functionality. More...
#include "mlir/Transforms/DialectConversion.h"
Public Member Functions | |
PDLConversionConfig (const TypeConverter *converter) | |
~PDLConversionConfig () final=default | |
const TypeConverter * | getTypeConverter () const |
Return the type converter used by this configuration, which may be nullptr if no type conversions are expected. More... | |
void | notifyRewriteBegin (PatternRewriter &rewriter) final |
Hooks that are invoked at the beginning and end of a rewrite of a matched pattern. More... | |
void | notifyRewriteEnd (PatternRewriter &rewriter) final |
A PDL configuration that is used to supported dialect conversion functionality.
Definition at line 1125 of file DialectConversion.h.
|
inline |
Definition at line 1128 of file DialectConversion.h.
|
finaldefault |
|
inline |
Return the type converter used by this configuration, which may be nullptr if no type conversions are expected.
Definition at line 1133 of file DialectConversion.h.
|
final |
Hooks that are invoked at the beginning and end of a rewrite of a matched pattern.
Definition at line 3185 of file DialectConversion.cpp.
References mlir::detail::ConversionPatternRewriterImpl::currentTypeConverter.
|
final |
Definition at line 3191 of file DialectConversion.cpp.
References mlir::detail::ConversionPatternRewriterImpl::currentTypeConverter.