Re: [PATCH, testsuite] Add loop unrolling command line options for some test cases

2011-09-26 Thread Richard Guenther
ec.uni-bielefeld.de >> Subject: Re: [PATCH, testsuite] Add loop unrolling command line options >> for some test cases >> >> On Thu, Sep 22, 2011 at 6:22 AM, Jiangning Liu >> wrote: >> > Hi Mike, >> > >> > OK. I will wait 24 more hours. If n

RE: [PATCH, testsuite] Add loop unrolling command line options for some test cases

2011-09-26 Thread Jiangning Liu
y, September 22, 2011 3:10 AM > >> To: Jiangning Liu > >> Cc: gcc-patches@gcc.gnu.org; r...@cebitec.uni-bielefeld.de > >> Subject: Re: [PATCH, testsuite] Add loop unrolling command line > options > >> for some test cases > >> > >> On Sep 21, 2011

Re: [PATCH, testsuite] Add loop unrolling command line options for some test cases

2011-09-24 Thread Richard Guenther
Message- >> From: Mike Stump [mailto:mikest...@comcast.net] >> Sent: Thursday, September 22, 2011 3:10 AM >> To: Jiangning Liu >> Cc: gcc-patches@gcc.gnu.org; r...@cebitec.uni-bielefeld.de >> Subject: Re: [PATCH, testsuite] Add loop unrolling command line options >> for so

RE: [PATCH, testsuite] Add loop unrolling command line options for some test cases

2011-09-21 Thread Jiangning Liu
@gcc.gnu.org; r...@cebitec.uni-bielefeld.de > Subject: Re: [PATCH, testsuite] Add loop unrolling command line options > for some test cases > > On Sep 21, 2011, at 1:22 AM, Jiangning Liu wrote: > > The fix is to explicitly turn on loop unroll and set max-unroll-times > to 8, &g

Re: [PATCH, testsuite] Add loop unrolling command line options for some test cases

2011-09-21 Thread Mike Stump
On Sep 21, 2011, at 1:22 AM, Jiangning Liu wrote: > The fix is to explicitly turn on loop unroll and set max-unroll-times to 8, > which is larger than the unrolling times being detected in the cases. Sounds reasonable to me. Ok, though, do watch for any comments by people that know more than I.

[PATCH, testsuite] Add loop unrolling command line options for some test cases

2011-09-21 Thread Jiangning Liu
Hi, The following test cases are to check predictive commoning optimization by detecting loop unrolling times. Originally by default the max-unroll-times is 8. If max-unroll-times is specified to be less than the expected unrolling times, those cases would fail. The fix is to explicitly turn on