From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 41254 invoked by alias); 10 Nov 2015 15:34:59 -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 41242 invoked by uid 89); 10 Nov 2015 15:34:59 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.7 required=5.0 tests=AWL,BAYES_00,MEDICAL_SUBJECT,RP_MATCHES_RCVD,SPF_PASS autolearn=no version=3.3.2 X-HELO: cam-smtp0.cambridge.arm.com Received: from fw-tnat.cambridge.arm.com (HELO cam-smtp0.cambridge.arm.com) (217.140.96.140) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Tue, 10 Nov 2015 15:34:58 +0000 Received: from arm.com (e107456-lin.cambridge.arm.com [10.2.206.78]) by cam-smtp0.cambridge.arm.com (8.13.8/8.13.8) with ESMTP id tAAFYr76030599; Tue, 10 Nov 2015 15:34:53 GMT Date: Tue, 10 Nov 2015 15:34:00 -0000 From: James Greenhalgh To: Matthew Wahab Cc: gcc-patches Subject: Re: [AArch64] Move iterators from atomics.md to iterators.md Message-ID: <20151110153452.GA10142@arm.com> References: <56374C82.4050305@foss.arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <56374C82.4050305@foss.arm.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-IsSubscribed: yes X-SW-Source: 2015-11/txt/msg01235.txt.bz2 On Mon, Nov 02, 2015 at 11:44:02AM +0000, Matthew Wahab wrote: > Hello > > One of the review comments for the v8.1 atomics patches was that the > iterators and unspec declarations should be moved out of the atomics.md > file (https://gcc.gnu.org/ml/gcc-patches/2015-09/msg01375.html). > > The iterators in atomics.md are tied to the unspecv definition in the > same file. This patch moves both into iterators.md. > > Tested aarch64-none-elf with cross-compiled check-gcc and > aarch64-none-linux-gnu with native bootstrap and make check. > > Ok for trunk? OK. Thanks, James > Matthew > > gcc/ > 2015-11-02 Matthew Wahab > > * config/aarch64/atomics.md (unspecv): Move to iterators.md. > (ATOMIC_LDOP): Likewise. > (atomic_ldop): Likewise. > * config/aarch64/iterators.md (unspecv): Moved from atomics.md. > (ATOMIC_LDOP): Likewise. > (atomic_ldop): Likewise.