Re: Handle variable-length vectors in compute_record_mode

2019-09-18 Thread Richard Biener
On Wed, Sep 18, 2019 at 8:52 AM Richard Sandiford wrote: > > This patch makes compute_record_mode handle SVE vectors in the > same way as it would handle fixed-length vectors. There should > be no change in behaviour for other targets. > > This is needed for the SVE equivalent of arm_neon.h types

Handle variable-length vectors in compute_record_mode

2019-09-17 Thread Richard Sandiford
This patch makes compute_record_mode handle SVE vectors in the same way as it would handle fixed-length vectors. There should be no change in behaviour for other targets. This is needed for the SVE equivalent of arm_neon.h types like int8x8x2_t (i.e. a pair of int8x8_ts). Tested on aarch64-linux