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