This is the mail archive of the gcc-help@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: from tree to rtl


ranjith kumar <ranjit_kumar_b4u@yahoo.co.uk> writes:

> In which file(function) the conversion from rtl to
> tree happens/starts???

Trick question.  That never happens.

Conversion from tree to RTL is in cfgexpand.c, stmt.c and expr.c.

Have you ever tried using grep to find this kind of information, or do
you simply find it easier to ask on gcc-help?  You might also try IRC
as mentioned on gcc.gnu.org/wiki; you will get faster turnaround if
you stay on-topic.

> Can anyone know at which file(function), vector code
> in GIMPLE is transformed to RTL vector code????

Same answer, though some of the details are in optabs.c.

Ian


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