FLANG
|
#include <flang/Optimizer/Dialect/FIRAttr.h>
Static Public Member Functions | |
static constexpr llvm::StringRef | getAttrName () |
static PointIntervalAttr | get (mlir::MLIRContext *ctxt) |
Static Public Attributes | |
static constexpr llvm::StringLiteral | name = "fir.point" |
A pointer interval is a closed interval as given as an ssa-value. The interval contains exactly one value. A case selector of CASE (p)
corresponds to exactly the value p
and is encoded as #fir.point, p
.