This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Porting GCC help/doubts


On Monday 22 December 2003 10:15 am, Nithya Babu wrote:
> Hi Nitin,
> Thanks for your quick reply.
> Any idea on how the Parse Tree is converted to the RTL form ? ..
> Meaning, when I create a .md file how is the pattern matching done, I mean
> I have the patterns in the .md file to be compared against something else.
> This 'something else' is unknown to me. Any idea on what this 'something
> else' is and how it is derived from the Parse Tree.

RTL is initially generated using the standard named pattterns

http://gcc.gnu.org/onlinedocs/gccint/Standard-Names.html#Standard%20Names

Paul


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]