[GOOGLE] Remove size check when loop is very hot

2014-02-28 Thread Dehao Chen
This patch removes the size limit for loop unroll/peel when the loop is truly hot. This makes the implementation easily maintanable between FDO and AutoFDO. Bootstrapped and loadtest perf show neutral impact. OK for google-4_8? Thanks, Dehao Index: gcc/loop-unroll.c

Re: [GOOGLE] Remove size check when loop is very hot

2014-02-28 Thread Teresa Johnson
Looks good to me. Thanks, Teresa On Fri, Feb 28, 2014 at 2:17 PM, Dehao Chen de...@google.com wrote: This patch removes the size limit for loop unroll/peel when the loop is truly hot. This makes the implementation easily maintanable between FDO and AutoFDO. Bootstrapped and loadtest perf