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: [PATCH]: update to df for mainline.


> 
> The first store is dead if A is a single register and the partial access 
> is smaller and not using strict_low_part.  The second store is 
> documented to have undefined effects on the rest of the register in that 
> case.
> 
>> If there is a set of test that we can apply when setting the df_ref
>> _partial flag to ignore the cases where it really is to the entire word,
>> we will add this in the next flip of the patch.
> 
> There's some code in flow.c's mark_set_1 which may be usable.

Are you referring to the part that checks to see whether the outer mode
size is less than the inner mode size?
Otherwise, I don't see it. :)


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