Re: [Patch] Propagate vector constants into VEC_PERM_EXPR while lowering.

2012-06-14 Thread Richard Guenther
On Thu, Jun 14, 2012 at 1:26 PM, Ramana Radhakrishnan wrote: > Hi, > > This patch allows propagation of vector constants into VEC_PERM_EXPRs > in lower_vec_perm, motivation explained in > http://gcc.gnu.org/ml/gcc-patches/2012-06/msg00615.html > > Bootstrapped and regression tested on gcc110.fsffr

[Patch] Propagate vector constants into VEC_PERM_EXPR while lowering.

2012-06-14 Thread Ramana Radhakrishnan
Hi, This patch allows propagation of vector constants into VEC_PERM_EXPRs in lower_vec_perm, motivation explained in http://gcc.gnu.org/ml/gcc-patches/2012-06/msg00615.html Bootstrapped and regression tested on gcc110.fsffrance.org . Ok ? regards, Ramana * tree-vect-generic.c (lower_vec_per