https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106069
Richard Biener <rguenth at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rearnsha at gcc dot gnu.org, | |rsandifo at gcc dot gnu.org --- Comment #24 from Richard Biener <rguenth at gcc dot gnu.org> --- Richards, how is this handled on arm BE vs LE? We don't have a specific VECTOR_LANES_BIG_ENDIAN, but we are using BYTES_BIG_ENDIAN already for some of the VEC_*_{LO,HI}_EXPR tree codes (but IIRC not for anything regarding to VEC_PERM_EXPR for example which looks most related to select/concat on RTL)