MLIR  22.0.0git
Public Attributes | List of all members
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. More...
 

Detailed Description

Transformation information returned after vectorizing.

Definition at line 885 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 887 of file Transforms.h.


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