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

--- 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:ba7632674a2a9ba8193f082c8ca9614c642de3b7

commit r15-4012-gba7632674a2a9ba8193f082c8ca9614c642de3b7
Author: Richard Biener <rguent...@suse.de>
Date:   Mon Sep 30 17:06:24 2024 +0200

    tree-optimization/116566 - single lane SLP for VLA inductions

    The following adds SLP support for vectorizing single-lane inductions
    with variable length vectors.

            PR tree-optimization/116566
            * tree-vect-loop.cc (vectorizable_induction): Handle single-lane
            SLP for VLA vectors.

            * gcc.dg/tree-ssa/reassoc-46.c: When using partial vectors
            the dump-scan doesn't look for the required .COND_ADD so
            skip for partial vectors.

Reply via email to