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: [new-ra] DF_REF_REG_CLOBBER related bugfix


Hi Denis,

On Fri, 24 Oct 2003, Denis Chertykov wrote:

> Current `insert_stores' handle (clobber REG) as def. It's wrong.
> The slot for REG must be deleted from `slots' hash list.

Indeed.  Please commit.

> 	(coalesce_spill_slot): Handle webs without conflicts.
>
> --- 2345,2355 ----
>       }
>     else
>       return 0;
> !
> !   /*  Webs without conflicts must be rejected.  */
> !   if (!s->conflict_list || !t->conflict_list)
> !     return 0;
> !

For what is this needed?  Could you extend the comment?


Ciao,
Michael.


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