[Bug tree-optimization/71854] [7 Regression] ICE at -O3 in both 32-bit and 64-bit modes on x86_64-linux-gnu (verify_gimple failed)
jakub at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Wed Jul 13 07:27:00 GMT 2016
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).
More information about the Gcc-bugs
mailing list