Re: [PATCH] tree-optimization/102008 - restore if-conversion of adjacent loads

2022-03-16 Thread Jakub Jelinek via Gcc-patches
On Wed, Mar 16, 2022 at 01:42:26PM +0100, Richard Biener wrote: > The following re-orders the newly added code sinking pass before > the last phiopt pass which performs hoisting of adjacent loads > with the intent to enable if-conversion on those. > > I've added the aarch64 specific testcase from

[PATCH] tree-optimization/102008 - restore if-conversion of adjacent loads

2022-03-16 Thread Richard Biener via Gcc-patches
The following re-orders the newly added code sinking pass before the last phiopt pass which performs hoisting of adjacent loads with the intent to enable if-conversion on those. I've added the aarch64 specific testcase from the PR. Bootstrapped and tested on x86_64-unknown-linux-gnu, verified the