MLIR 22.0.0git
VectorTransforms.h File Reference

Go to the source code of this file.

Classes

struct  mlir::vector::VectorTransformsOptions
 Structure to control the behavior of vector transform patterns. More...

Namespaces

namespace  mlir
 Include the generated interface declarations.
namespace  mlir::scf
namespace  mlir::vector

Functions

void mlir::vector::eliminateVectorMasks (IRRewriter &rewriter, FunctionOpInterface function, std::optional< VscaleRange > vscaleRange={})
 Split a vector.transfer operation into an in-bounds (i.e., no out-of-bounds masking) fastpath and a slowpath.