Re: [PATCH GCC][4/6]Simple patch skips single element component

2017-07-28 Thread Bin.Cheng
On Fri, Jun 23, 2017 at 5:56 PM, Jeff Law wrote: > On 05/12/2017 05:28 AM, Bin Cheng wrote: >> Hi, >> This is a simple patch discarding simple element components earlier in >> predcom. >> Bootstrap and test on x86_64 and AArch64, is it OK? >> >> Thanks, >> bin >> 2017-05-10 Bin

Re: [PATCH GCC][4/6]Simple patch skips single element component

2017-06-23 Thread Jeff Law
On 05/12/2017 05:28 AM, Bin Cheng wrote: > Hi, > This is a simple patch discarding simple element components earlier in > predcom. > Bootstrap and test on x86_64 and AArch64, is it OK? > > Thanks, > bin > 2017-05-10 Bin Cheng > > * tree-predcom.c

[PATCH GCC][4/6]Simple patch skips single element component

2017-05-12 Thread Bin Cheng
Hi, This is a simple patch discarding simple element components earlier in predcom. Bootstrap and test on x86_64 and AArch64, is it OK? Thanks, bin 2017-05-10 Bin Cheng * tree-predcom.c (determine_roots_comp): Skip single-elem chain.From