FLANG
|
#include <flang/Optimizer/Dialect/FIRAttr.h>
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" |
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
.