MLIR
15.0.0git
|
Go to the source code of this file.
Classes | |
class | mlir::OperationPass< OpT > |
Pass to transform an operation of a specific type. More... | |
class | mlir::linalg::LinalgOpToLibraryCallRewrite |
Namespaces | |
mlir | |
TODO: Remove this file when SCCP and integer range analysis have been ported to the new framework. | |
mlir::linalg | |
Functions | |
void | mlir::linalg::populateLinalgToStandardConversionPatterns (RewritePatternSet &patterns) |
Populate the given list with patterns that convert from Linalg to Standard. More... | |
std::unique_ptr< OperationPass< ModuleOp > > | mlir::createConvertLinalgToStandardPass () |
Create a pass to convert Linalg operations to the Standard dialect. More... | |