This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: LLVM patch X function lowering
- From: Chris Lattner <clattner at apple dot com>
- To: Rafael Espíndola <rafael dot espindola at gmail dot com>
- Cc: Chris Lattner <sabre at nondot dot org>, gcc at gcc dot gnu dot org
- Date: Tue, 29 Nov 2005 14:05:01 -0800
- Subject: Re: LLVM patch X function lowering
- References: <564d96fb0511291349k5c2d2d72sf22654c72adbf2f6@mail.gmail.com>
On Nov 29, 2005, at 1:49 PM, Rafael Espíndola wrote:
I found that the patch 99839:99840 introduces some function lowering
and in doing so breaks the LLVM patch. A patch for trunk version 99839
is in http://www.las.ic.unicamp.br/~espindola/gcc-llvm-
trunk-99839.patch.bz2.
Chris, are you working on this or should I give it a try?
I'm not working on it, go ahead and try. I assume this is with
mainline, not the apple branch?
I have the other problem you ran into and several other other minor
ones fixed and have implemented vararg support. I'll send you an
updated version of the patch privately today. If anyone else is
interested in the patch I can spam the list as well.
-Chris