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]

Re: [PATCH] Another flow fix


On Thu, May 04, 2000 at 11:02:58AM +0200, Jakub Jelinek wrote:
> 	* flow.c (propagate_one_insn): Also don't PROP_LOG_LINKS for
> 	call-clobbered registers of a call.

This isn't right, since PROP_LOG_LINKS also takes care of zeroing
out the chain for older uses of the register.

Two solutions: either teach combine not to hork, or split PROP_LOG_LINKS
into two flags (one that controls zeroing reg_last_use and another that
controls link creation).


r~

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