My Project
Classes | Namespaces | Functions
ConvertVectorToLoops.h File Reference
#include "mlir/Transforms/DialectConversion.h"
Include dependency graph for ConvertVectorToLoops.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  mlir::OpPassBase< OpT >
 

Namespaces

 mlir
 

Functions

void mlir::populateVectorToAffineLoopsConversionPatterns (MLIRContext *context, OwningRewritePatternList &patterns)
 Collect a set of patterns to convert from the Vector dialect to loops + std. More...
 
OpPassBase< ModuleOp > * mlir::createLowerVectorToLoopsPass ()
 Create a pass to convert vector operations to affine loops + std dialect. More...