Re: [PATCH GCC][02/13]Skip distribution if there is no loop

2017-06-27 Thread Jeff Law
On 06/12/2017 11:02 AM, Bin Cheng wrote: > Hi, > this is a simple patch skipping distribution if there is no loop at all. > > Bootstrap and test on x86_64 and AArch64. Is it OK? > > Thanks, > bin > > 2017-06-07 Bin Cheng > > * cfgloop.h

Re: [PATCH GCC][02/13]Skip distribution if there is no loop

2017-06-13 Thread Richard Biener
On Mon, Jun 12, 2017 at 7:02 PM, Bin Cheng wrote: > Hi, > this is a simple patch skipping distribution if there is no loop at all. > > Bootstrap and test on x86_64 and AArch64. Is it OK? > Thanks, > bin > > 2017-06-07 Bin Cheng > > * cfgloop.h

[PATCH GCC][02/13]Skip distribution if there is no loop

2017-06-12 Thread Bin Cheng
Hi, this is a simple patch skipping distribution if there is no loop at all. Bootstrap and test on x86_64 and AArch64. Is it OK? Thanks, bin 2017-06-07 Bin Cheng * cfgloop.h (pass_loop_distribution::execute): Skip if no loops.From