Re: [PATCH] rtl-optimization/109585 - alias analysis typo

2023-04-25 Thread Jan Hubicka via Gcc-patches
> When r10-514-gc6b84edb6110dd2b4fb improved access path analysis > it introduced a typo that triggers when there's an access to a > trailing array in the first access path leading to false > disambiguation. > > Bootstrapped and tested on x86_64-unknown-linux-gnu. > > Honza, does this look OK? Ye

[PATCH] rtl-optimization/109585 - alias analysis typo

2023-04-24 Thread Richard Biener via Gcc-patches
When r10-514-gc6b84edb6110dd2b4fb improved access path analysis it introduced a typo that triggers when there's an access to a trailing array in the first access path leading to false disambiguation. Bootstrapped and tested on x86_64-unknown-linux-gnu. Honza, does this look OK? Thanks, Richard.