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

--- Comment #2 from GCC 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:fd83474b2fee54697f27719a4631a21d68cb4ab6

commit r15-3727-gfd83474b2fee54697f27719a4631a21d68cb4ab6
Author: Richard Biener <rguent...@suse.de>
Date:   Fri Sep 20 08:53:53 2024 +0200

    testsuite/116784 - match up SLP scan and vectorized scan

    The test used vect_perm_short for the vectorized scanning but
    vect_perm3_short for whether that's done with SLP.  We're now
    generally expecting SLP to be used - even as fallback, so the
    following adjusts both to match up, fixing the powerpc64 reported
    testsuite issue.

            PR testsuite/116784
            * gcc.dg/vect/slp-perm-9.c: Use vect_perm_short also for
            the SLP check.

Reply via email to