[flang-commits] [flang] [flang] AArch64 support for BIND(C) derived return types (PR #114051)
via flang-commits
flang-commits at lists.llvm.org
Tue Nov 19 00:08:10 PST 2024
https://github.com/jeanPerier approved this pull request.
Yes, that for addressing the comment.
Building the flatten type list just for the HFA check is indeed a bit heavy, if this was expected to be exercised for types with many components, I would advise some kind of type visitor without copy and with early exit, but given this is not common and you only call it for types with less than 4 components, it is just fine as it is.
https://github.com/llvm/llvm-project/pull/114051
More information about the flang-commits
mailing list