Re: Update interface to TARGET_VECTORIZE_VEC_PERM_CONST_OK

2017-09-25 Thread Richard Biener
On Fri, Sep 22, 2017 at 6:34 PM, Richard Sandiford wrote: > This patch makes TARGET_VECTORIZE_VEC_PERM_CONST_OK take the permute > vector in the form of a vec_perm_indices instead of an unsigned char *. > It follows on from the recent patch that did the same in target-independent > code. > > It wa

Update interface to TARGET_VECTORIZE_VEC_PERM_CONST_OK

2017-09-22 Thread Richard Sandiford
This patch makes TARGET_VECTORIZE_VEC_PERM_CONST_OK take the permute vector in the form of a vec_perm_indices instead of an unsigned char *. It follows on from the recent patch that did the same in target-independent code. It was easy to make ARM and AArch64 use vec_perm_indices internally as well