MLIR 22.0.0git
mlir::bufferization::BufferResultsToOutParamsPassOptions Struct Reference

#include "mlir/Dialect/Bufferization/Transforms/Passes.h"

Public Attributes

bool addResultAttribute = false
bool hoistStaticAllocs = false
bool hoistDynamicAllocs = false

Detailed Description

Definition at line 252 of file Passes.h.

Member Data Documentation

◆ addResultAttribute

bool mlir::bufferization::BufferResultsToOutParamsPassOptions::addResultAttribute = false

Definition at line 253 of file Passes.h.

◆ hoistDynamicAllocs

bool mlir::bufferization::BufferResultsToOutParamsPassOptions::hoistDynamicAllocs = false

Definition at line 255 of file Passes.h.

◆ hoistStaticAllocs

bool mlir::bufferization::BufferResultsToOutParamsPassOptions::hoistStaticAllocs = false

Definition at line 254 of file Passes.h.


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