[flang-commits] [flang] [flang] Improve debug info for functions. (PR #90083)
Abid Qadeer via flang-commits
flang-commits at lists.llvm.org
Fri Apr 26 08:17:05 PDT 2024
abidh wrote:
> LGTM.
>
> Would it be possible to reconstruct the type for Complex, Derived and various array types without passing additional info from the frontend?
I think complex and array type should be ok. Some work may need to be done for calculation of offsets for derived types but @jeanPerier commented on the design document that it should be do-able using FIR RecordType type directly + mlir datalayout.
https://github.com/llvm/llvm-project/pull/90083
More information about the flang-commits
mailing list