Re: [PATCH GCC]Pick up more address lowering cases for ivopt and tree-affine.c

2014-05-13 Thread Bin.Cheng
On Tue, May 13, 2014 at 4:59 PM, Richard Biener wrote: > On Sun, May 11, 2014 at 2:49 PM, Bin.Cheng wrote: >> On Thu, May 8, 2014 at 5:08 PM, Bin.Cheng wrote: >>> On Tue, May 6, 2014 at 6:44 PM, Richard Biener >>> wrote: On Tue, May 6, 2014 at 10:39 AM, Bin.Cheng wrote: > On Fri, Dec

Re: [PATCH GCC]Pick up more address lowering cases for ivopt and tree-affine.c

2014-05-13 Thread Richard Biener
On Sun, May 11, 2014 at 2:49 PM, Bin.Cheng wrote: > On Thu, May 8, 2014 at 5:08 PM, Bin.Cheng wrote: >> On Tue, May 6, 2014 at 6:44 PM, Richard Biener >> wrote: >>> On Tue, May 6, 2014 at 10:39 AM, Bin.Cheng wrote: On Fri, Dec 6, 2013 at 6:19 PM, Richard Biener wrote: >> Hi, >>>

Re: [PATCH GCC]Pick up more address lowering cases for ivopt and tree-affine.c

2014-05-11 Thread Bin.Cheng
On Thu, May 8, 2014 at 5:08 PM, Bin.Cheng wrote: > On Tue, May 6, 2014 at 6:44 PM, Richard Biener > wrote: >> On Tue, May 6, 2014 at 10:39 AM, Bin.Cheng wrote: >>> On Fri, Dec 6, 2013 at 6:19 PM, Richard Biener >>> wrote: > >>> Hi, >>> I split the patch into two and updated the test case. >>> T

Re: [PATCH GCC]Pick up more address lowering cases for ivopt and tree-affine.c

2014-05-08 Thread Bin.Cheng
On Tue, May 6, 2014 at 6:44 PM, Richard Biener wrote: > On Tue, May 6, 2014 at 10:39 AM, Bin.Cheng wrote: >> On Fri, Dec 6, 2013 at 6:19 PM, Richard Biener >> wrote: >> Hi, >> I split the patch into two and updated the test case. >> The patches pass bootstrap/tests on x86/x86_64, also pass test

Re: [PATCH GCC]Pick up more address lowering cases for ivopt and tree-affine.c

2014-05-06 Thread Richard Biener
On Tue, May 6, 2014 at 10:39 AM, Bin.Cheng wrote: > On Fri, Dec 6, 2013 at 6:19 PM, Richard Biener > wrote: >> On Mon, Nov 25, 2013 at 7:41 PM, Jeff Law wrote: >>> On 11/25/13 02:22, bin.cheng wrote: Hi, I previously committed two patches lowering complex address expression for >>

Re: [PATCH GCC]Pick up more address lowering cases for ivopt and tree-affine.c

2014-05-06 Thread Bin.Cheng
On Fri, Dec 6, 2013 at 6:19 PM, Richard Biener wrote: > On Mon, Nov 25, 2013 at 7:41 PM, Jeff Law wrote: >> On 11/25/13 02:22, bin.cheng wrote: >>> >>> Hi, >>> I previously committed two patches lowering complex address expression for >>> IVOPT at http://gcc.gnu.org/ml/gcc-patches/2013-11/msg0054

Re: [PATCH GCC]Pick up more address lowering cases for ivopt and tree-affine.c

2013-12-06 Thread Bin.Cheng
On Fri, Dec 6, 2013 at 7:20 PM, Richard Biener wrote: > On Fri, Dec 6, 2013 at 11:40 AM, Bin.Cheng wrote: >> On Fri, Dec 6, 2013 at 6:19 PM, Richard Biener >> wrote: >>> On Mon, Nov 25, 2013 at 7:41 PM, Jeff Law wrote: On 11/25/13 02:22, bin.cheng wrote: Unless there's a PR for t

Re: [PATCH GCC]Pick up more address lowering cases for ivopt and tree-affine.c

2013-12-06 Thread Richard Biener
On Fri, Dec 6, 2013 at 11:40 AM, Bin.Cheng wrote: > On Fri, Dec 6, 2013 at 6:19 PM, Richard Biener > wrote: >> On Mon, Nov 25, 2013 at 7:41 PM, Jeff Law wrote: >>> On 11/25/13 02:22, bin.cheng wrote: >>> >>> Unless there's a PR for this problem, I think this needs to wait. >> >> I agree. Btw, p

Re: [PATCH GCC]Pick up more address lowering cases for ivopt and tree-affine.c

2013-12-06 Thread Bin.Cheng
On Fri, Dec 6, 2013 at 6:19 PM, Richard Biener wrote: > On Mon, Nov 25, 2013 at 7:41 PM, Jeff Law wrote: >> On 11/25/13 02:22, bin.cheng wrote: >> >> Unless there's a PR for this problem, I think this needs to wait. > > I agree. Btw, please split the patch. Yes, I will get back to this after ent

Re: [PATCH GCC]Pick up more address lowering cases for ivopt and tree-affine.c

2013-12-06 Thread Richard Biener
On Mon, Nov 25, 2013 at 7:41 PM, Jeff Law wrote: > On 11/25/13 02:22, bin.cheng wrote: >> >> Hi, >> I previously committed two patches lowering complex address expression for >> IVOPT at http://gcc.gnu.org/ml/gcc-patches/2013-11/msg00546.html and >> http://gcc.gnu.org/ml/gcc-patches/2013-11/msg011

Re: [PATCH GCC]Pick up more address lowering cases for ivopt and tree-affine.c

2013-11-25 Thread Jeff Law
On 11/25/13 02:22, bin.cheng wrote: Hi, I previously committed two patches lowering complex address expression for IVOPT at http://gcc.gnu.org/ml/gcc-patches/2013-11/msg00546.html and http://gcc.gnu.org/ml/gcc-patches/2013-11/msg01103.html When I bootstrapping GCC I found there were some peculiar

[PATCH GCC]Pick up more address lowering cases for ivopt and tree-affine.c

2013-11-25 Thread bin.cheng
Hi, I previously committed two patches lowering complex address expression for IVOPT at http://gcc.gnu.org/ml/gcc-patches/2013-11/msg00546.html and http://gcc.gnu.org/ml/gcc-patches/2013-11/msg01103.html When I bootstrapping GCC I found there were some peculiar cases like &MEM[ptr+CST] + , whic