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: [rfc] multi-word subreg lowering pass


BjÃrn Haase <bjoern.m.haase@web.de> writes:

> Ian Lance Taylor wrote on Donnerstag, 1. Juni 2006 20:26 :
> > I've also been working on this.  I'm currently running a version of
> > RTH's lower-subreg pass twice, once early and once after splitting
> > instructions. 
> Would it be possible to sketch with a few lines what you needed to do in order 
> to get the lowering working after splitting (i.e. despite the newly inserted 
> pseudos)? 

hold_no_new_pseudos = no_new_pseudos;
no_new_pseudos = 0;
/* do stuff */
no_new_pseudos = hold_no_new_pseudos;
update_life_info (changed_blocks, UPDATE_LIFE_GLOBAL_RM_NOTES,
                  PROP_DEATH_NOTES);

Ian


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