[flang-commits] [flang] [flang] Add struct passing target rewrite hooks and partial X86-64 impl (PR #74829)

Kiran Chandramohan via flang-commits flang-commits at lists.llvm.org
Fri Dec 8 07:14:47 PST 2023


kiranchandramohan wrote:

Thanks @jeanPerier for the patch. I have not had a chance to look at the patch in detail. I have two general questions,
-> Are you looking for help implementing the target specific parts for other targets?
-> The summary talks specifically about BIND(C) here, but doesn't the rules apply to derived types passed by value in general. Say a derived type that looks like a complex type internally, wouldn't that need some target specific handling like Complex?

https://github.com/llvm/llvm-project/pull/74829


More information about the flang-commits mailing list