FLANG
fir::LowerBoundAttr Class Reference

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

Inheritance diagram for fir::LowerBoundAttr:

Static Public Member Functions

static constexpr llvm::StringRef getAttrName ()
static LowerBoundAttr get (mlir::MLIRContext *ctxt)

Static Public Attributes

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

Detailed Description

A lower bound is an open interval (including the bound value) as given as an ssa-value. A case selector of CASE (n:) corresponds to any value down to and including n and is encoded as #fir.lower, n.


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