MLIR  19.0.0git
Namespaces | Macros | Functions
MathToLibm.h File Reference
#include "mlir/IR/PatternMatch.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_CONVERTMATHTOLIBM
 

Functions

void mlir::populateMathToLibmConversionPatterns (RewritePatternSet &patterns)
 Populate the given list with patterns that convert from Math to Libm calls. More...
 
std::unique_ptr< OperationPass< ModuleOp > > mlir::createConvertMathToLibmPass ()
 Create a pass to convert Math operations to libm calls. More...
 

Macro Definition Documentation

◆ GEN_PASS_DECL_CONVERTMATHTOLIBM

#define GEN_PASS_DECL_CONVERTMATHTOLIBM

Definition at line 17 of file MathToLibm.h.