[patch] More improvements for the code generation of the if-conversion

Sebastian Pop sebpop@gmail.com
Fri Jun 25 16:11:00 GMT 2010


On Fri, Jun 25, 2010 at 09:48, Richard Guenther <rguenther@suse.de> wrote:
>> 0004 moves the code needed for the computation of the predicate of a
>> BB at the beginning of the predicated BB.  The computation of the
>> insertion place is simplified, and makes it possible to use this
>> predicate in the code of the BB.
>
> Why should it ever be needed to use it in the code of the BB?
> As far as I see this only enlarges life-time of them.

This is needed for predicating memory accesses in the BB: see 0009.
I will include this patch with the other patch-set.

> Please post your patches separately and inline, not as attachment.
> It's a major nuisance to deal with this kind of mails with its loads
> of attachements.

Ok, sorry for the inconvenient.

Sebastian



More information about the Gcc-patches mailing list