Re: [PATCH 07/11] aarch64: Fix up printing of ldp/stp with -msve-vector-bits=128

2023-11-21 Thread Richard Sandiford
Alex Coplan writes: > Later patches allow using SVE modes in ldp/stp with -msve-vector-bits=128, > so we need to make sure that we don't use SVE addressing modes when > printing the address for the ldp/stp. > > This patch does that. > > Bootstrapped/regtested as a series on aarch64-linux-gnu, OK f

[PATCH 07/11] aarch64: Fix up printing of ldp/stp with -msve-vector-bits=128

2023-11-16 Thread Alex Coplan
Later patches allow using SVE modes in ldp/stp with -msve-vector-bits=128, so we need to make sure that we don't use SVE addressing modes when printing the address for the ldp/stp. This patch does that. Bootstrapped/regtested as a series on aarch64-linux-gnu, OK for trunk? gcc/ChangeLog: