MLIR 22.0.0git
VectorToSCF.h File Reference
#include "mlir/IR/PatternMatch.h"
#include "mlir/Conversion/Passes.h.inc"

Go to the source code of this file.

Classes

struct  mlir::ConvertVectorToSCFOptions
struct  mlir::VectorTransferToSCFOptions
 When lowering an N-d vector transfer op to an (N-1)-d vector transfer op, a temporary buffer is created through which individual (N-1)-d vector are staged. More...

Namespaces

namespace  mlir
 Include the generated interface declarations.

Macros

#define GEN_PASS_DECL_CONVERTVECTORTOSCF

Functions

void mlir::populateVectorToSCFConversionPatterns (RewritePatternSet &patterns, const VectorTransferToSCFOptions &options=VectorTransferToSCFOptions())
 Collect a set of patterns to convert from the Vector dialect to SCF + func.
std::unique_ptr< Passmlir::createConvertVectorToSCFPass (const VectorTransferToSCFOptions &options=VectorTransferToSCFOptions())
 Create a pass to convert a subset of vector ops to SCF.

Macro Definition Documentation

◆ GEN_PASS_DECL_CONVERTVECTORTOSCF

#define GEN_PASS_DECL_CONVERTVECTORTOSCF

Definition at line 19 of file VectorToSCF.h.