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

--- Comment #13 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The releases/gcc-13 branch has been updated by Richard Biener
<[email protected]>:

https://gcc.gnu.org/g:41935f98c49c1d2681f8dae00367e8e9ae70d067

commit r13-9948-g41935f98c49c1d2681f8dae00367e8e9ae70d067
Author: Richard Biener <[email protected]>
Date:   Sun Jul 27 18:42:25 2025 +0200

    tree-optimization/121256 - properly support SLP in vectorizable recurrence

    We failed to build the correct initialization vector.  For VLA
    vectors and a non-uniform initialization vector this rejects
    vectorization for now.

            PR tree-optimization/121256
            * tree-vect-loop.cc (vectorizable_recurr): Build a correct
            initialization vector for SLP_TREE_LANES > 1.

            * gcc.dg/vect/vect-recurr-pr121256.c: New testcase.
            * gcc.dg/vect/vect-recurr-pr121256-2.c: Likewise.

    (cherry picked from commit 97ec33fed5caa8b64ae054b5bb8b122acb390124)
  • [Bug tree-optimization/121256] ... cvs-commit at gcc dot gnu.org via Gcc-bugs

Reply via email to