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: cfg merge part 19 - gcse tweek


 In message <20020606213259.GE16130@atrey.karlin.mff.cuni.cz>, Jan Hubicka 
writes:

 > I see it now.  The code is allowing pseudo register clobbers to be
 > added.  I guess proper fix is the to teach emit_gcse_move to add the
 > clobbers as well, like apply_change_group does? Makes this sense?
Good god, no.  Either verify the replacement is valid or use one of
the gen* thingies to create the proper new insns.

jeff


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