https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114166
Richard Biener <rguenth at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |ice-on-valid-code,
| |missed-optimization
--- Comment #2 from Richard Biener <rguenth at gcc dot gnu.org> ---
g++.dg/opt/vectcond-1.C also with -m32 is another testcase, this time for
BIT_XOR_EXPR.
SLP vectorization is also a bit too happy converting scalar code to
vector<1> code, we should filter those out.