The bridge uses internal boxes of related ssa-values to track all the information associated with a Fortran variable. Variables may have a location and a value, but may also carry other properties such as rank, shape, LEN parameters, etc. in Fortran.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM.
A general word about boxes might be useful.
flang/include/flang/Lower/Support/BoxValue.h | ||
---|---|---|
50–52 | Why does this structure use a get Function for a member of the struct? Could this be a class? |
Why does this structure use a get Function for a member of the struct? Could this be a class?