This is the mail archive of the gcc-patches@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: -fdump-rtl-expand


> On 04/25/08 13:08, Jan Hubicka wrote:
> 
> >	PR testsuite/35843
> >	* cfgexpand.c (pass_expand): Turn into RTL pass.
> >	* passes.c (execute_one_pass): Do pass typechecking after execution.
> >	* tree-pass.h (pass_expand): Turn into RTL pass.
> 
> Actually, I kind of liked it as a gimple pass, but I guess it's not too 
> important.

I think one of good arguments for RTL is that -da now brings you the RTL
form from very beggining to end of compilation.  Gimple appears same in
the expand dump as in the previous one.

Honza
> 
> 
> Diego.


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