[LLVMdev] struct passing on X86-64

David A. Greene greened at obbligato.org
Thu Jun 9 17:00:13 PDT 2011


David Meyer <pdox at google.com> writes:

> The frontends (llvm-gcc, clang) appear to do the argument munging
> themselves in order to compensate.

Yep.  There are lots of corner cases that the frontend MUST handle
because LLVM does not have the necessary infrastructure.

> Any plans or suggestions for implementing this properly in the backend?

I don't think anyone has signed up to do the work.

                         -Dave



More information about the llvm-dev mailing list