MLIR
16.0.0git
|
#include "mlir/Transforms/DialectConversion.h"
Go to the source code of this file.
Classes | |
class | mlir::OperationPass< OpT > |
Pass to transform an operation of a specific type. More... | |
Namespaces | |
mlir | |
Include the generated interface declarations. | |
Functions | |
void | mlir::populateMathToLibmConversionPatterns (RewritePatternSet &patterns, PatternBenefit benefit) |
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... | |