My Project
|
#include "mlir/Transforms/DialectConversion.h"
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... | |