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

--- Comment #4 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Richard Sandiford <rsand...@gcc.gnu.org>:

https://gcc.gnu.org/g:711421af001b8f4f044f485c78f1d07ed5201656

commit r10-5980-g711421af001b8f4f044f485c78f1d07ed5201656
Author: Richard Sandiford <richard.sandif...@arm.com>
Date:   Tue Jan 14 22:24:37 2020 +0000

    PR tree-optimization/93247 - ICE in get_load_store_type

    My earlier update_epilogue_loop_vinfo patch introduced an ICE on these
    tests for AVX512.  If we use pattern stmts, STMT_VINFO_GATHER_SCATTER_P
    is valid for both the original stmt and the pattern stmt, but
    STMT_VINFO_MEMORY_ACCESS_TYPE is valid only for the latter.

    2020-01-15  Richard Sandiford  <richard.sandif...@arm.com>

    gcc/
        PR tree-optimization/93247
        * tree-vect-loop.c (update_epilogue_loop_vinfo): Check the access
        type of the stmt that we're going to vectorize.

    gcc/testsuite/
        PR tree-optimization/93247
        * gcc.dg/vect/pr93247-1.c: New test.
        * gcc.dg/vect/pr93247-2.c: Likewise.

Reply via email to