Re: [04/13] Refactor expand_vec_perm

2017-12-12 Thread Richard Biener
On Sun, Dec 10, 2017 at 12:13 AM, Richard Sandiford wrote: > This patch splits the variable handling out of expand_vec_perm into > a subroutine, so that the next patch can use a different interface > for expanding constant permutes. expand_vec_perm now does all the > CONST_VECTOR handling directl

[04/13] Refactor expand_vec_perm

2017-12-09 Thread Richard Sandiford
This patch splits the variable handling out of expand_vec_perm into a subroutine, so that the next patch can use a different interface for expanding constant permutes. expand_vec_perm now does all the CONST_VECTOR handling directly and defers to expand_vec_perm_var for other rtx codes. Handling C