https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102008

--- Comment #9 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Richard Biener <rgue...@gcc.gnu.org>:

https://gcc.gnu.org/g:f6fb661ea8ac7e17c6924719de6219f002c4efef

commit r12-7670-gf6fb661ea8ac7e17c6924719de6219f002c4efef
Author: Richard Biener <rguent...@suse.de>
Date:   Wed Mar 16 13:39:31 2022 +0100

    tree-optimization/102008 - restore if-conversion of adjacent loads

    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.

    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.

Reply via email to