MLIR  19.0.0git
Namespaces | Macros | Functions
ComplexToLibm.h File Reference
#include "mlir/Transforms/DialectConversion.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_CONVERTCOMPLEXTOLIBM
 

Functions

void mlir::populateComplexToLibmConversionPatterns (RewritePatternSet &patterns, PatternBenefit benefit)
 Populate the given list with patterns that convert from Complex to Libm calls. More...
 
std::unique_ptr< OperationPass< ModuleOp > > mlir::createConvertComplexToLibmPass ()
 Create a pass to convert Complex operations to libm calls. More...
 

Macro Definition Documentation

◆ GEN_PASS_DECL_CONVERTCOMPLEXTOLIBM

#define GEN_PASS_DECL_CONVERTCOMPLEXTOLIBM

Definition at line 17 of file ComplexToLibm.h.