FLANG
|
#include <flang/Optimizer/Dialect/FIRAttr.h>
Static Public Member Functions | |
static constexpr llvm::StringRef | getAttrName () |
static UpperBoundAttr | get (mlir::MLIRContext *ctxt) |
Static Public Attributes | |
static constexpr llvm::StringLiteral | name = "fir.upper" |
An upper bound is an open interval (including the bound value) as given as an ssa-value. A case selector of CASE (:m)
corresponds to any value up to and including m
and is encoded as #fir.upper, m
.