MLIR: VectorizationResult Struct Reference (original) (raw)

Public Attributes
enum VectorizationStatus status = VectorizationStatus::Failure
Return status from vectorizing the current op. More...
Operation * newOp
New vectorized operation to replace the current op. More...

Definition at line 566 of file Vectorization.cpp.

newOp

New vectorized operation to replace the current op.

Replacement behavior is specified by status.

Definition at line 571 of file Vectorization.cpp.

status


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