From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 118207 invoked by alias); 12 May 2017 09:43:07 -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 118195 invoked by uid 89); 12 May 2017 09:43:06 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:895, H*MI:sk:2017051 X-HELO: arjuna.pair.com Received: from arjuna.pair.com (HELO arjuna.pair.com) (209.68.5.131) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 12 May 2017 09:43:04 +0000 Received: by arjuna.pair.com (Postfix, from userid 3006) id E9C4B8A3B8; Fri, 12 May 2017 05:42:59 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by arjuna.pair.com (Postfix) with ESMTP id E91C18A085 for ; Fri, 12 May 2017 05:42:59 -0400 (EDT) Date: Fri, 12 May 2017 09:43:00 -0000 From: Hans-Peter Nilsson To: "gcc-patches@gcc.gnu.org" Subject: Re: [RFC PATCH, i386]: Enable post-reload compare elimination pass In-Reply-To: Message-ID: References: <20170510142710.GY1809@tucnak> <20170510202708.GI1809@tucnak> User-Agent: Alpine 2.02 (BSF 1266 2009-07-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-IsSubscribed: yes X-SW-Source: 2017-05/txt/msg01004.txt.bz2 (To-list pruned, my correction doesn't need attention.) On Thu, 11 May 2017, Hans-Peter Nilsson wrote: > On Wed, 10 May 2017, Jakub Jelinek wrote: > > > On Wed, May 10, 2017 at 09:57:56PM +0200, Uros Bizjak wrote: > > > BTW: This patch now catches 417 cases (instead of 200+) in linux > > > build, including e.g.: > > > > > > (parallel [ > > > (set (reg:CCZ 17 flags) > > > (compare:CCZ (lshiftrt:SI (reg:SI 4 si [orig:93 _10 ] [93]) > > > (const_int 1 [0x1])) > > > (const_int 0 [0]))) > > > (set (reg:DI 4 si) > > > (zero_extend:DI (lshiftrt:SI (reg:SI 4 si [orig:93 _10 ] [93]) > > > (const_int 1 [0x1])))) > > > ]) > Anyway, people seem to drift towards the ccreg-last variant JFTR, I miswrote that; I meant "towards the variant with ccreg-first" as in Uros' example kept above and as opposed to my example. brgds, H-P