MLIR  19.0.0git
Public Member Functions | List of all members
mlir::OperationConverter Struct Reference

Public Member Functions

 OperationConverter (const ConversionTarget &target, const FrozenRewritePatternSet &patterns, const ConversionConfig &config, OpConversionMode mode)
 
LogicalResult convertOperations (ArrayRef< Operation * > ops)
 Converts the given operations to the conversion target. More...
 

Detailed Description

Definition at line 2516 of file DialectConversion.cpp.

Constructor & Destructor Documentation

◆ OperationConverter()

mlir::OperationConverter::OperationConverter ( const ConversionTarget target,
const FrozenRewritePatternSet patterns,
const ConversionConfig config,
OpConversionMode  mode 
)
inlineexplicit

Definition at line 2517 of file DialectConversion.cpp.

Member Function Documentation

◆ convertOperations()

LogicalResult OperationConverter::convertOperations ( ArrayRef< Operation * >  ops)

Converts the given operations to the conversion target.

Definition at line 2600 of file DialectConversion.cpp.

References mlir::success().

Referenced by mlir::applyAnalysisConversion(), mlir::applyFullConversion(), and mlir::applyPartialConversion().


The documentation for this struct was generated from the following file: