Re: Patch drop: fwprop.c patch for neon-strided-load-extract

2012-01-04 Thread Ramana Radhakrishnan
On 4 January 2012 15:09, Richard Sandiford wrote: > Ramana Radhakrishnan writes: >> On 29 December 2011 10:21, Richard Sandiford >> wrote: >>> The remaining change for neon-strided-load-extract is to allow fwprop.c >>> to propagate: >>> >>>    (set (reg X) (subreg (reg Y) N)) >>> >>> even if no

Re: Patch drop: fwprop.c patch for neon-strided-load-extract

2012-01-04 Thread Richard Sandiford
Ramana Radhakrishnan writes: > On 29 December 2011 10:21, Richard Sandiford > wrote: >> The remaining change for neon-strided-load-extract is to allow fwprop.c >> to propagate: >> >>    (set (reg X) (subreg (reg Y) N)) >> >> even if no further simplifications are possible.  I posted the original

Re: Patch drop: fwprop.c patch for neon-strided-load-extract

2012-01-04 Thread Ramana Radhakrishnan
On 29 December 2011 10:21, Richard Sandiford wrote: > The remaining change for neon-strided-load-extract is to allow fwprop.c > to propagate: > >    (set (reg X) (subreg (reg Y) N)) > > even if no further simplifications are possible.  I posted the original > patch for comments here: > >    http:/

Patch drop: fwprop.c patch for neon-strided-load-extract

2011-12-29 Thread Richard Sandiford
The remaining change for neon-strided-load-extract is to allow fwprop.c to propagate: (set (reg X) (subreg (reg Y) N)) even if no further simplifications are possible. I posted the original patch for comments here: http://article.gmane.org/gmane.comp.gcc.patches/246180/ and fixed the p