9#ifndef MLIR_CONVERSION_LINALGTOSTANDARD_LINALGTOSTANDARD_H_
10#define MLIR_CONVERSION_LINALGTOSTANDARD_LINALGTOSTANDARD_H_
21#define GEN_PASS_DECL_CONVERTLINALGTOSTANDARDPASS
22#include "mlir/Conversion/Passes.h.inc"
Pass to transform an operation of a specific type.
A special type of RewriterBase that coordinates the application of a rewrite pattern on the current I...
LogicalResult matchAndRewrite(LinalgOp op, PatternRewriter &rewriter) const override
void populateLinalgToStandardConversionPatterns(RewritePatternSet &patterns)
Populate the given list with patterns that convert from Linalg to Standard.
Include the generated interface declarations.
const FrozenRewritePatternSet & patterns
OpInterfaceRewritePattern(MLIRContext *context, PatternBenefit benefit=1)