From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20202 invoked by alias); 29 Apr 2011 21:03:48 -0000 Received: (qmail 20194 invoked by uid 22791); 29 Apr 2011 21:03:47 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.44.51) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 29 Apr 2011 21:03:32 +0000 Received: from kpbe12.cbf.corp.google.com (kpbe12.cbf.corp.google.com [172.25.105.76]) by smtp-out.google.com with ESMTP id p3TL3V9s005449 for ; Fri, 29 Apr 2011 14:03:31 -0700 Received: from pwi6 (pwi6.prod.google.com [10.241.219.6]) by kpbe12.cbf.corp.google.com with ESMTP id p3TL3UNv011867 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NOT) for ; Fri, 29 Apr 2011 14:03:30 -0700 Received: by pwi6 with SMTP id 6so2430433pwi.4 for ; Fri, 29 Apr 2011 14:03:30 -0700 (PDT) MIME-Version: 1.0 Received: by 10.142.139.18 with SMTP id m18mr1885851wfd.373.1304111009661; Fri, 29 Apr 2011 14:03:29 -0700 (PDT) Received: by 10.142.188.10 with HTTP; Fri, 29 Apr 2011 14:03:28 -0700 (PDT) In-Reply-To: <20cf307f32fe99534d04a214eef0@google.com> References: <20cf307f32fe99534d04a214eef0@google.com> Date: Fri, 29 Apr 2011 21:29:00 -0000 Message-ID: Subject: Re: [google] Use different peeling parameters with available profile (issue4438079) From: =?UTF-8?B?U2hhcmFkIFNpbmdoYWkgKOCktuCksOCkpiDgpLjgpL/gpILgpJjgpIgp?= To: singhai@google.com, dnovillo@google.com, richard.guenther@gmail.com, davidxl@google.com, gcc-patches@gcc.gnu.org, reply@codereview.appspotmail.com Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-System-Of-Record: true Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org X-SW-Source: 2011-04/txt/msg02373.txt.bz2 Thanks a bunch! Sharad On Fri, Apr 29, 2011 at 1:58 PM, wrote: > > On 2011/04/29 19:21:00, Diego Novillo wrote: >> >> On 2011/04/29 00:02:40, singhai wrote: > >> > 2011-04-28 =C2=A0Sharad Singhai =C2=A0 >> > >> > =C2=A0 =C2=A0 =C2=A0 gcc/ChangeLog.google-main >> > =C2=A0 =C2=A0 =C2=A0 * params.def: Add new parameters to control peeli= ng. >> > =C2=A0 =C2=A0 =C2=A0 * tree-ssa-loop-ivcanon.c (try_unroll_loop_comple= tely): Use >> > =C2=A0 =C2=A0 =C2=A0 different peeling parameters when profile feedbac= k is available. >> > =C2=A0 =C2=A0 =C2=A0 * loop-unroll.c (decide_peel_once_rolling): Ditto. >> > =C2=A0 =C2=A0 =C2=A0 (decide_peel_completely): Ditto. >> > =C2=A0 =C2=A0 =C2=A0 * doc/invoke.texi: Document new peeling parameter= s. >> > >> > =C2=A0 =C2=A0 =C2=A0 testsuite/ChangeLog.google-main >> > =C2=A0 =C2=A0 =C2=A0 * gcc.dg/vect/O3-vect-pr34223.c: Add extra peeling >> > =C2=A0 =C2=A0 =C2=A0 parameters. >> > =C2=A0 =C2=A0 =C2=A0 * gcc.dg/vect/vect.exp: Allow reading flags in in= dividual >> > =C2=A0 =C2=A0 =C2=A0 tests. > >> OK for google/main. > > > Committed rev 173187. > > > Diego. > > http://codereview.appspot.com/4438079/