This patch adds the runtime function to allocate and
deallocate ragged arrays.
This patch is part of the upstreaming effort from fir-dev branch.
Co-authored-by: Eric Schweitz <eschweitz@nvidia.com>
Differential D114534
[flang][runtime] Add ragged array runtime functions clementval on Nov 24 2021, 6:49 AM. Authored by
Details This patch adds the runtime function to allocate and This patch is part of the upstreaming effort from fir-dev branch. Co-authored-by: Eric Schweitz <eschweitz@nvidia.com>
Diff Detail
Event TimelineComment Actions There's no documentation in these APIs and the code doesn't look anything like the rest of the runtime. Please document what this code does and how it works. Comment Actions @schweitz Can you take over this patch since you are the original author of these APIs in fir-dev?
|
Could you convert the "flags" data member into a bool and a std::uint8_t? It's just holding a flag and an integer in the range 1-15, if I understand this rightly.