[flang-commits] [flang] [flang] More support for assumed-size Cray pointees (PR #77381)
via flang-commits
flang-commits at lists.llvm.org
Wed Jan 10 00:53:44 PST 2024
jeanPerier wrote:
> LGTM, I also read through the lowering logic for this case and it looks valid to me.
Slight correction, the assumed-size array manipulation are lowered correctly, but lowering creates a parasite/unused stack allocation with an "undef" size for the assumed-size. LLVM seems to get rid of it, but I would rather not generate it. Please assign the bug to me once this is merged.
https://github.com/llvm/llvm-project/pull/77381
More information about the flang-commits
mailing list