From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 56411 invoked by alias); 24 Nov 2015 10:48:46 -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 56389 invoked by uid 89); 24 Nov 2015 10:48:45 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_PASS autolearn=ham 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, 24 Nov 2015 10:48:44 +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 tAOAme3q031428; Tue, 24 Nov 2015 10:48:40 GMT Date: Tue, 24 Nov 2015 10:58:00 -0000 From: James Greenhalgh To: Michael Collison Cc: GCC Patches Subject: Re: [Aarch64] Use vector wide add for mixed-mode adds Message-ID: <20151124104839.GA25577@arm.com> References: <56542CCE.2080304@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <56542CCE.2080304@linaro.org> User-Agent: Mutt/1.5.21 (2010-09-15) X-IsSubscribed: yes X-SW-Source: 2015-11/txt/msg02865.txt.bz2 On Tue, Nov 24, 2015 at 02:24:30AM -0700, Michael Collison wrote: > This is a followup patch which addresses formatting comments posted here: > > https://gcc.gnu.org/ml/gcc-patches/2015-11/msg02611.html > > 2015-11-24 Michael Collison > * config/aarch64/aarch64-simd.md (widen_ssum, widen_usum) > (aarch64_w_internal): New patterns > * config/aarch64/iterators.md (Vhalf, VDBLW): New mode attributes. > * gcc.target/aarch64/saddw-1.c: New test. > * gcc.target/aarch64/saddw-2.c: New test. > * gcc.target/aarch64/uaddw-1.c: New test. > * gcc.target/aarch64/uaddw-2.c: New test. > * gcc.target/aarch64/uaddw-3.c: New test. > * lib/target-support.exp > (check_effective_target_vect_widen_sum_hi_to_si_pattern): > Add aarch64 to list of support targets. > > Okay to commit? OK. Thanks, James