Re: [PATCH] aarch64: Fix neon-sve-bridge.c failures for big-endian

2025-07-04 Thread Andrew Pinski
On Fri, Jul 4, 2025 at 9:18 AM Richard Sandiford wrote: > > Lowpart subregs are generally disallowed on big-endian SVE vector > registers, since the first memory element is stored at the least > significant end of the register, rather than the most significant end. > (See the comment at the head o

[PATCH] aarch64: Fix neon-sve-bridge.c failures for big-endian

2025-07-04 Thread Richard Sandiford
Lowpart subregs are generally disallowed on big-endian SVE vector registers, since the first memory element is stored at the least significant end of the register, rather than the most significant end. (See the comment at the head of aarch64-sve.md for details, and aarch64_modes_compatible_p for th