Re: [08/13] Add a vec_perm_indices_to_tree helper function

2017-12-18 Thread Richard Biener
On Sun, Dec 10, 2017 at 12:20 AM, Richard Sandiford wrote: > This patch adds a function for creating a VECTOR_CST from a > vec_perm_indices, operating directly on the encoding. Ok. > > 2017-12-09 Richard Sandiford > > gcc/ > * vec-perm-indices.h (vec_perm_indices_to_tree): Declare. >

[08/13] Add a vec_perm_indices_to_tree helper function

2017-12-09 Thread Richard Sandiford
This patch adds a function for creating a VECTOR_CST from a vec_perm_indices, operating directly on the encoding. 2017-12-09 Richard Sandiford gcc/ * vec-perm-indices.h (vec_perm_indices_to_tree): Declare. * vec-perm-indices.c (vec_perm_indices_to_tree): New function.