Re: [PING^2] Allow widening multiplication in tree-ssa/slsr-*.c

2013-02-14 Thread Richard Biener
On Thu, Feb 14, 2013 at 7:29 AM, Hurugalawadi, Naveen wrote: > Hi, > > Please consider this as a gentle reminder to review the patch > posted at following link:- > http://gcc.gnu.org/ml/gcc-patches/2013-01/msg00823.html > > Please review the patch and let me know if its okay? Ok. Thanks, Richard

[PING^2] Allow widening multiplication in tree-ssa/slsr-*.c

2013-02-13 Thread Hurugalawadi, Naveen
Hi, Please consider this as a gentle reminder to review the patch posted at following link:- http://gcc.gnu.org/ml/gcc-patches/2013-01/msg00823.html Please review the patch and let me know if its okay? Thanks & Regards, Naveen.H.S

[PING^1] Allow widening multiplication in tree-ssa/slsr-*.c

2013-01-29 Thread Hurugalawadi, Naveen
Hi, Please consider this as a reminder to review the patch posted at following link:- http://gcc.gnu.org/ml/gcc-patches/2013-01/msg00823.html Please review the patch and let me know if its okay? Thanks & Regards, Naveen.H.S

Re: Allow widening multiplication in tree-ssa/slsr-*.c

2013-01-15 Thread Andrew Pinski
On Tue, Jan 15, 2013 at 9:21 PM, Hurugalawadi, Naveen wrote: > Hi, > > The slsr-*.c testsuite failures are due to not matching widening add > (or multiply-add) in AARCH64. > The LP64 targets generates WIDEN_MULT_PLUS_EXPR which is correct and > even better code generation will be produced. However

Allow widening multiplication in tree-ssa/slsr-*.c

2013-01-15 Thread Hurugalawadi, Naveen
Hi, The slsr-*.c testsuite failures are due to not matching widening add (or multiply-add) in AARCH64. The LP64 targets generates WIDEN_MULT_PLUS_EXPR which is correct and even better code generation will be produced. However, the testcase expects +OP2 in these cases and hence FAIL's. Please find