From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 109798 invoked by alias); 1 Mar 2016 09:30:36 -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 109634 invoked by uid 89); 1 Mar 2016 09:30:31 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.2 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RP_MATCHES_RCVD autolearn=no version=3.3.2 spammy= X-HELO: e06smtp08.uk.ibm.com Received: from e06smtp08.uk.ibm.com (HELO e06smtp08.uk.ibm.com) (195.75.94.104) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (CAMELLIA256-SHA encrypted) ESMTPS; Tue, 01 Mar 2016 09:30:29 +0000 Received: from localhost by e06smtp08.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 1 Mar 2016 09:30:25 -0000 Received: from d06dlp02.portsmouth.uk.ibm.com (9.149.20.14) by e06smtp08.uk.ibm.com (192.168.101.138) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; Tue, 1 Mar 2016 09:30:24 -0000 X-IBM-Helo: d06dlp02.portsmouth.uk.ibm.com X-IBM-MailFrom: krebbel@linux.vnet.ibm.com X-IBM-RcptTo: gcc-patches@gcc.gnu.org Received: from b06cxnps4074.portsmouth.uk.ibm.com (d06relay11.portsmouth.uk.ibm.com [9.149.109.196]) by d06dlp02.portsmouth.uk.ibm.com (Postfix) with ESMTP id 7107B2190019 for ; Tue, 1 Mar 2016 09:30:07 +0000 (GMT) Received: from d06av05.portsmouth.uk.ibm.com (d06av05.portsmouth.uk.ibm.com [9.149.37.229]) by b06cxnps4074.portsmouth.uk.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id u219UNHh50790468 for ; Tue, 1 Mar 2016 09:30:23 GMT Received: from d06av05.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av05.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id u219UL8X019550 for ; Tue, 1 Mar 2016 02:30:22 -0700 Received: from [9.152.212.123] (dyn-9-152-212-123.boeblingen.de.ibm.com [9.152.212.123]) by d06av05.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVin) with ESMTP id u219U4tE016502; Tue, 1 Mar 2016 02:30:04 -0700 Subject: Re: [PATCH 0/9] S/390 rework shift count handling - v3 To: Ulrich Weigand References: <20160229145851.B6862642@oc7340732750.ibm.com> Cc: gcc-patches@gcc.gnu.org From: Andreas Krebbel Message-ID: <56D5611C.2070203@linux.vnet.ibm.com> Date: Tue, 01 Mar 2016 09:30:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 MIME-Version: 1.0 In-Reply-To: <20160229145851.B6862642@oc7340732750.ibm.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-TM-AS-MML: disable X-Content-Scanned: Fidelis XPS MAILER x-cbid: 16030109-0033-0000-0000-000006010B14 X-IsSubscribed: yes X-SW-Source: 2016-03/txt/msg00013.txt.bz2 On 02/29/2016 03:58 PM, Ulrich Weigand wrote: > Andreas Krebbel wrote: > >> S/390: Use enabled attribute overrides to disable alternatives. >> S/390: Get rid of Y constraint in rotate patterns. >> S/390: Get rid of Y constraint in left and logical right shift >> patterns. >> S/390: Get rid of Y constraint in arithmetic right shift patterns. >> S/390: Get rid of Y constraint in tabort. >> S/390: Get rid of Y constraint in vector.md. >> S/390: Use define_subst for the setmem patterns. >> S/390: Disallow SImode in s390_decompose_address > > Except for a few minor comments for the vector.md patch (separate mail), > this all looks now very good to me. Ok. Thanks! I've committed the patches now with the last changes you proposed. -Andreas-