https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113458
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Last reconfirmed| |2024-01-18 Ever confirmed|0 |1 Component|tree-optimization |target Status|UNCONFIRMED |ASSIGNED Assignee|unassigned at gcc dot gnu.org |pinskia at gcc dot gnu.org --- Comment #5 from Andrew Pinski <pinskia at gcc dot gnu.org> --- Hmm, I have to double check but I suspect the issue is there is no v4qi mode for aarch64 currently but it could be added as emulated as basically v8qi except load/store as s0. Let me see if that helps there. The biggest thing is I have to make sure of is the abi does not change for vector(4) char too (the aarch64 backend uses mode in some cases still).