This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: rtl printing
- From: Daniel Berlin <dberlin at dberlin dot org>
- To: Andrew MacLeod <amacleod at redhat dot com>
- Cc: gcc mailing list <gcc at gcc dot gnu dot org>
- Date: Fri, 13 May 2005 17:32:26 -0400
- Subject: Re: rtl printing
- References: <1116009072.2514.96.camel@pain>
On Fri, 2005-05-13 at 14:31 -0400, Andrew MacLeod wrote:
> Do we currently have an RTL infix printing mechanism hidden away
> somewhere? I seem to vaguely recall new-ra might have had something
> once upon a time... I also suspect others have fooled with it over the
> years.
Yes, new-ra has a whole bunch of code devoted to printing RTL so it
looks like three address code. IE
r12 = r13 + r14
clobber r15
r15 = 4(r14)
>
> Is there code laying around I can snarf and work with?
>
> Andrew
>