MLIR 22.0.0git
mlir::linalg::VectorizationResult Struct Reference

Transformation information returned after vectorizing. More...

#include "mlir/Dialect/Linalg/Transforms/Transforms.h"

Public Attributes

SmallVector< Valuereplacements
 Results of the vectorization transform to replace the original operation.

Detailed Description

Transformation information returned after vectorizing.

Definition at line 895 of file Transforms.h.

Member Data Documentation

◆ replacements

SmallVector<Value> mlir::linalg::VectorizationResult::replacements

Results of the vectorization transform to replace the original operation.

Definition at line 897 of file Transforms.h.


The documentation for this struct was generated from the following file: