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 the PR. > > Bootstrapped and tested on x86_64-unknown-linux-gnu, verified > the testcase fails/passes with a aarch64 cross. > > OK? > > Thanks, > Richard. > > 2022-03-16 Richard Biener <rguent...@suse.de> > > PR tree-optimization/102008 > * passes.def: Move the added code sinking pass before the > preceeding phiopt pass. > > * gcc.target/aarch64/pr102008.c: New testcase.
Ok. Jakub