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

--- Comment #6 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:04b99da898a9817e72fedb4063589648b7961ac5

commit r11-3594-g04b99da898a9817e72fedb4063589648b7961ac5
Author: Richard Biener <rguent...@suse.de>
Date:   Thu Oct 1 15:12:35 2020 +0200

    tree-optimization/97236 - fix bad use of VMAT_CONTIGUOUS

    This avoids using VMAT_CONTIGUOUS with single-element interleaving
    when using V1mode vectors.  Instead keep VMAT_ELEMENTWISE but
    continue to avoid load-lanes and gathers.

    2020-10-01  Richard Biener  <rguent...@suse.de>

            PR tree-optimization/97236
            * tree-vect-stmts.c (get_group_load_store_type): Keep
            VMAT_ELEMENTWISE for single-element vectors.

            * gcc.dg/vect/pr97236.c: New testcase.

Reply via email to