From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 66324 invoked by alias); 17 Jun 2019 08:51:54 -0000 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 Received: (qmail 66316 invoked by uid 89); 17 Jun 2019 08:51:54 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-5.9 required=5.0 tests=AWL,BAYES_00,SPF_PASS autolearn=ham version=3.3.1 spammy= X-HELO: mx1.suse.de Received: from mx2.suse.de (HELO mx1.suse.de) (195.135.220.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 17 Jun 2019 08:51:53 +0000 Received: from relay2.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id B1241AFEA; Mon, 17 Jun 2019 08:51:50 +0000 (UTC) Date: Mon, 17 Jun 2019 08:51:00 -0000 From: Richard Biener To: "Kewen.Lin" cc: Bill Schmidt , Segher Boessenkool , gcc-patches@gcc.gnu.org, Jeff Law , bin.cheng@linux.alibaba.com, jakub@redhat.com, Kugan Vivekanandarajah Subject: Re: [PATCH v4 2/3] Add predict_doloop_p target hook In-Reply-To: <579f9761-f6a5-1e82-57fb-402216beb729@linux.ibm.com> Message-ID: References: <1558064130-111037-1-git-send-email-linkw@linux.ibm.com> <20190520102439.GT31586@gate.crashing.org> <20190520163759.GY31586@gate.crashing.org> <3d3347ad-6910-a5ea-11f9-1a4fc3cbc6d0@linux.ibm.com> <20190614215352.GU31586@gate.crashing.org> <97ea6425-e941-8fa2-c887-bd81d2948077@linux.ibm.com> <579f9761-f6a5-1e82-57fb-402216beb729@linux.ibm.com> User-Agent: Alpine 2.20 (LSU 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-SW-Source: 2019-06/txt/msg00924.txt.bz2 On Mon, 17 Jun 2019, Kewen.Lin wrote: > Hi Segher and Bill, > > Thanks a lot for your review comments! I've updated the patch accordingly. > > The updated one attached. OK. I suppose all low-overhead loop instructions use a decrement to zero style iterator? Thanks, Richard.