[Bug tree-optimization/59617] [vectorizer] ICE in vectorizable_mask_load_store with AVX-512F's gathers enabled.

jakub at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Mon Jan 13 19:17:00 GMT 2014


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59617

--- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Author: jakub
Date: Mon Jan 13 19:16:30 2014
New Revision: 206585

URL: http://gcc.gnu.org/viewcvs?rev=206585&root=gcc&view=rev
Log:
    PR target/59617
    * config/i386/i386.c (ix86_vectorize_builtin_gather): Uncomment
    AVX512F gather builtins.
    * tree-vect-stmts.c (vectorizable_mask_load_store): For now punt
    on gather decls with INTEGER_TYPE masktype.
    (vectorizable_load): For INTEGER_TYPE masktype, put the INTEGER_CST
    directly into the builtin rather than hoisting it before loop.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/i386/i386.c
    trunk/gcc/tree-vect-stmts.c



More information about the Gcc-bugs mailing list