https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71854
Jakub Jelinek <jakub at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ienkovich at gcc dot gnu.org Version|unknown |7.0 --- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> --- This is the masked case for SLP vectorization in vectorizable_comparison, wonder if for the slp_node case where for masked we don't get a type compatible with vec_cmp_type we just shouldn't add a NE_EXPR comparison with zero instead of using the non-vect-boolean argument directly (which is invalid IL).