[Committed] [PATCH, 2/2] shrink wrap a function with a single loop: split live_edge

2014-05-14 Thread Zhenqiang Chen
On 15 May 2014 02:03, Jeff Law wrote: > On 05/13/14 03:49, Zhenqiang Chen wrote: >> >> On 9 May 2014 14:08, Jeff Law wrote: >>> >>> On 05/08/14 02:07, Zhenqiang Chen wrote: Hi, The patch splits the live_edge for move_insn_for_shrink_wrap to sink the copy out of the e

[COMMITTED][PATCH, 2/2] shrink wrap a function with a single loop: split live_edge

2014-09-25 Thread Jiong Wang
On 25/09/14 17:24, Jeff Law wrote: On 09/25/14 09:04, Jiong Wang wrote: new patch updated. pass bootstrap and no regression, both check-gcc and check-g++, on the x86. OK for trunk? thanks. gcc/ * shrink-wrap.c (move_insn_for_shrink_wrap): Initialize the live-in of new created BB a

Re: [COMMITTED][PATCH, 2/2] shrink wrap a function with a single loop: split live_edge

2014-09-26 Thread H.J. Lu
On Thu, Sep 25, 2014 at 9:43 AM, Jiong Wang wrote: > > On 25/09/14 17:24, Jeff Law wrote: >> >> On 09/25/14 09:04, Jiong Wang wrote: >>> >>> new patch updated. >>> >>> pass bootstrap and no regression, both check-gcc and check-g++, on the >>> x86. >>> >>> OK for trunk? >>> >>> thanks. >>> >>> gcc/

Re: [COMMITTED][PATCH, 2/2] shrink wrap a function with a single loop: split live_edge

2014-09-26 Thread Jiong Wang
On 26/09/14 16:05, H.J. Lu wrote: On Thu, Sep 25, 2014 at 9:43 AM, Jiong Wang wrote: On 25/09/14 17:24, Jeff Law wrote: On 09/25/14 09:04, Jiong Wang wrote: new patch updated. pass bootstrap and no regression, both check-gcc and check-g++, on the x86. OK for trunk? thanks. gcc/ * s

Re: [COMMITTED][PATCH, 2/2] shrink wrap a function with a single loop: split live_edge

2014-09-26 Thread H.J. Lu
On Fri, Sep 26, 2014 at 8:14 AM, Jiong Wang wrote: > > On 26/09/14 16:05, H.J. Lu wrote: >> >> On Thu, Sep 25, 2014 at 9:43 AM, Jiong Wang wrote: >>> >>> On 25/09/14 17:24, Jeff Law wrote: On 09/25/14 09:04, Jiong Wang wrote: > > new patch updated. > > pass bootstrap and

Re: [COMMITTED][PATCH, 2/2] shrink wrap a function with a single loop: split live_edge

2014-09-26 Thread Jiong Wang
On 26/09/14 16:28, H.J. Lu wrote: On Fri, Sep 26, 2014 at 8:14 AM, Jiong Wang wrote: could you mark that testcase using something like "dg-require-effective-target lp64"? I checked in this patch to skip it on ia32. great, thanks ! -- Jiong