public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* Gimple to RTL conversion!
@ 2006-10-18  6:56 Priya Sinha
  2006-10-18  9:22 ` Andrew Haley
  0 siblings, 1 reply; 2+ messages in thread
From: Priya Sinha @ 2006-10-18  6:56 UTC (permalink / raw)
  To: gcc-help

Hi,
I want to find the GCC code that changes source code in Gimple form to
RTL form. I want to study how this change takes place. Could anyone
plz tell me which are the main files in GCC source code in which this
conversion happens.
Thanks,
Priya

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Gimple to RTL conversion!
  2006-10-18  6:56 Gimple to RTL conversion! Priya Sinha
@ 2006-10-18  9:22 ` Andrew Haley
  0 siblings, 0 replies; 2+ messages in thread
From: Andrew Haley @ 2006-10-18  9:22 UTC (permalink / raw)
  To: Priya Sinha; +Cc: gcc-help

Priya Sinha writes:

 > I want to find the GCC code that changes source code in Gimple form
 > to RTL form. I want to study how this change takes place. Could
 > anyone plz tell me which are the main files in GCC source code in
 > which this conversion happens.

How hard did you look?  It's in expr.c.  Start at expand_expr_real.

Andrew.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-10-18  9:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-10-18  6:56 Gimple to RTL conversion! Priya Sinha
2006-10-18  9:22 ` Andrew Haley

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).