re PR tree-optimization/59617 ([vectorizer] ICE in vectorizable_mask_load_store with...
authorJakub Jelinek <jakub@redhat.com>
Mon, 13 Jan 2014 19:16:30 +0000 (20:16 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Mon, 13 Jan 2014 19:16:30 +0000 (20:16 +0100)
commit03b9e8e48dfb02c43661102ce25d968dd4b2e09d
treea8935188d8ee76dd4822fa129af1cf77d3e9e945
parent19e51b409e89cb13f388bf2442e3d00b904dddde
re PR tree-optimization/59617 ([vectorizer] ICE in vectorizable_mask_load_store with AVX-512F's gathers enabled.)

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.

From-SVN: r206585
gcc/ChangeLog
gcc/config/i386/i386.c
gcc/tree-vect-stmts.c