From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 95252 invoked by alias); 27 Feb 2019 14:51:17 -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 95170 invoked by uid 89); 27 Feb 2019 14:51:16 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,SPF_HELO_PASS autolearn=ham version=3.3.2 spammy=H*f:sk:764e7bd, H*f:sk:42fdb44, vice X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 27 Feb 2019 14:51:15 +0000 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id A9E1130BC73A; Wed, 27 Feb 2019 14:51:13 +0000 (UTC) Received: from tucnak.zalov.cz (ovpn-117-64.ams2.redhat.com [10.36.117.64]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 49E635C882; Wed, 27 Feb 2019 14:51:13 +0000 (UTC) Received: from tucnak.zalov.cz (localhost [127.0.0.1]) by tucnak.zalov.cz (8.15.2/8.15.2) with ESMTP id x1REpAUJ017738; Wed, 27 Feb 2019 15:51:10 +0100 Received: (from jakub@localhost) by tucnak.zalov.cz (8.15.2/8.15.2/Submit) id x1REp9iP017737; Wed, 27 Feb 2019 15:51:09 +0100 Date: Wed, 27 Feb 2019 15:24:00 -0000 From: Jakub Jelinek To: Kyrill Tkachov Cc: Richard Earnshaw , Ramana Radhakrishnan , James Greenhalgh , "gcc-patches@gcc.gnu.org" Subject: Re: [PATCH] Improve arm and aarch64 casesi (PR target/70341) Message-ID: <20190227145108.GR7611@tucnak> Reply-To: Jakub Jelinek References: <20190223002051.GL7611@tucnak> <764e7bd6-a566-3b00-eaff-4b7914166464@foss.arm.com> <20190225101909.GV7611@tucnak> <42fdb446-ec5a-a877-a1d7-c51049f6ac98@foss.arm.com> <20190227105658.GN7611@tucnak> <7f5fb4f2-9976-7980-90e6-d4fb12185be3@foss.arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <7f5fb4f2-9976-7980-90e6-d4fb12185be3@foss.arm.com> User-Agent: Mutt/1.10.1 (2018-07-13) X-IsSubscribed: yes X-SW-Source: 2019-02/txt/msg02059.txt.bz2 On Wed, Feb 27, 2019 at 02:43:01PM +0000, Kyrill Tkachov wrote: > As discussed on IRC, I've bootstrapped and tested this on > arm-none-linux-gnueabihf. Thanks for doing that. I've committed the config/arm/ changes, they really don't depend on the aarch64 changes or vice versa. > So from an arm perspective this looks good (but you'll need an aarch64 ok > for that component). I'll wait for review for this part. Jakub