Re: Drop ref2_is_decl from aliasing_component_refs_p

2019-06-21 Thread Richard Biener
On Thu, Jun 20, 2019 at 4:16 PM Jan Hubicka wrote: > > Hi, > as discussed earlier this patch drops ref2_is_decl from > aliasing_component_refs. This parameter makes it to assume that all > access path may not continue by reference to DECL which is not true > because in gimple memory model we allo

Drop ref2_is_decl from aliasing_component_refs_p

2019-06-20 Thread Jan Hubicka
Hi, as discussed earlier this patch drops ref2_is_decl from aliasing_component_refs. This parameter makes it to assume that all access path may not continue by reference to DECL which is not true because in gimple memory model we allow to store value of completely unrealted type to it. I have als