On Fri, Apr 9, 2021 at 10:28 AM Richard Biener wrote:
>
> We can use TBAA even when we have a DR, do so. For the testcase
> that means fully vectorizing it instead of only vectorizing
> the first store group resulting in suboptimal code.
>
> Bootstrapped and tested on x86_64-unknown-linux-gnu, qu
We can use TBAA even when we have a DR, do so. For the testcase
that means fully vectorizing it instead of only vectorizing
the first store group resulting in suboptimal code.
Bootstrapped and tested on x86_64-unknown-linux-gnu, queued for stage1.
2021-04-09 Richard Biener
PR tree-op