Re: [13/13] [AArch64] Use vec_perm_indices helper routines

2018-01-09 Thread James Greenhalgh
On Thu, Jan 04, 2018 at 11:27:56AM +, Richard Sandiford wrote: > Ping**2 This is OK. It took me a while to get the hang of the interface - a worked example in the comment in vec-perm-indices.c would probably have been helpful. It took until your code for REV for this to really make sense to m

Re: [13/13] [AArch64] Use vec_perm_indices helper routines

2018-01-04 Thread Richard Sandiford
Ping**2 Richard Sandiford writes: > Ping > > Richard Sandiford writes: >> This patch makes the AArch64 vec_perm_const code use the new >> vec_perm_indices routines, instead of checking each element individually. >> This means that they extend naturally to variable-length vectors. >> >> Also, aar

Re: [13/13] [AArch64] Use vec_perm_indices helper routines

2017-12-19 Thread Richard Sandiford
Ping Richard Sandiford writes: > This patch makes the AArch64 vec_perm_const code use the new > vec_perm_indices routines, instead of checking each element individually. > This means that they extend naturally to variable-length vectors. > > Also, aarch64_evpc_dup was the only function that gener

[13/13] [AArch64] Use vec_perm_indices helper routines

2017-12-09 Thread Richard Sandiford
This patch makes the AArch64 vec_perm_const code use the new vec_perm_indices routines, instead of checking each element individually. This means that they extend naturally to variable-length vectors. Also, aarch64_evpc_dup was the only function that generated rtl when testing_p is true, and that