FLANG
fir::MustBeStackAttr Class Reference

#include <flang/Optimizer/Dialect/FIRAttr.h>

Inheritance diagram for fir::MustBeStackAttr:

Static Public Member Functions

static constexpr llvm::StringRef getAttrName ()

Static Public Attributes

static constexpr llvm::StringLiteral name = "fir.must_be_stack"

Detailed Description

Attribute which can be applied to a fir.alloca operation, specifying that the allocation may not be moved to the heap by passes.


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