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

--- Comment #1 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:39e763ca876fba4449c0781f61115e063f481add

commit r15-5339-g39e763ca876fba4449c0781f61115e063f481add
Author: Richard Biener <rguent...@suse.de>
Date:   Fri Nov 15 10:04:23 2024 +0100

    tree-optimization/117606 - SLP and single element interleaving

    The following tries to reduce the amount of difference between
    SLP and non-SLP for single-element interleaving load classification.

    This fixes another fallout of --param vect-force-slp=1

            PR tree-optimization/117606
            * tree-vect-stmts.cc (get_group_load_store_type): For single
            element interleaving also fall back to VMAT_ELEMENTWISE if
            a left-over permutation isn't supported.

Reply via email to