MLIR  17.0.0git
Classes | Namespaces | Macros | Functions
LinalgToStandard.h File Reference
#include "mlir/Dialect/Linalg/IR/Linalg.h"
#include "mlir/Transforms/DialectConversion.h"
#include "mlir/Conversion/Passes.h.inc"
+ Include dependency graph for LinalgToStandard.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  mlir::linalg::LinalgOpToLibraryCallRewrite
 

Namespaces

 mlir
 This header declares functions that assit transformations in the MemRef dialect.
 
 mlir::linalg
 

Macros

#define GEN_PASS_DECL_CONVERTLINALGTOSTANDARD
 

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...
 

Macro Definition Documentation

◆ GEN_PASS_DECL_CONVERTLINALGTOSTANDARD

#define GEN_PASS_DECL_CONVERTLINALGTOSTANDARD

Definition at line 20 of file LinalgToStandard.h.