https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98015
Richard Biener <rguenth at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|unassigned at gcc dot gnu.org |rguenth at gcc dot gnu.org Status|UNCONFIRMED |ASSIGNED Target Milestone|--- |11.0 Last reconfirmed| |2020-11-26 Ever confirmed|0 |1 --- Comment #1 from Richard Biener <rguenth at gcc dot gnu.org> --- Confirmed. It's a generic vector. Not sure what ISEL does with those and/or why they were not lowered by tree-vect-generic.c. _2117 = VEC_COND_EXPR <_2116, { -1 }, { 0 }>; I have a simple patch.