https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117950
Richard Biener <rguenth at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Status|UNCONFIRMED |NEW Last reconfirmed| |2024-12-08 --- Comment #1 from Richard Biener <rguenth at gcc dot gnu.org> --- Confirmed (it's not loads). Likely would also happen with BIT_FIELD_REFs from non-vector objects (not sure how to easily build those). As enhancement arbitrary permutes could be handled on the vector source side by code generating as VEC_PERM + VIEW_CONVERT.