From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22873 invoked by alias); 26 Jan 2015 14:00: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 22830 invoked by uid 89); 26 Jan 2015 14:00:03 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.6 required=5.0 tests=AWL,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-vc0-f177.google.com Received: from mail-vc0-f177.google.com (HELO mail-vc0-f177.google.com) (209.85.220.177) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Mon, 26 Jan 2015 14:00:02 +0000 Received: by mail-vc0-f177.google.com with SMTP id hy4so2678965vcb.8 for ; Mon, 26 Jan 2015 06:00:00 -0800 (PST) MIME-Version: 1.0 X-Received: by 10.52.146.138 with SMTP id tc10mr8982437vdb.41.1422280800229; Mon, 26 Jan 2015 06:00:00 -0800 (PST) Received: by 10.52.130.14 with HTTP; Mon, 26 Jan 2015 06:00:00 -0800 (PST) In-Reply-To: References: <1421162314-25779-1-git-send-email-christophe.lyon@linaro.org> <1421162314-25779-22-git-send-email-christophe.lyon@linaro.org> <54B9553A.6060808@arm.com> Date: Mon, 26 Jan 2015 14:19:00 -0000 Message-ID: Subject: Re: [[ARM/AArch64][testsuite] 21/36] Add vmovl tests. From: Marcus Shawcroft To: Christophe Lyon Cc: Tejas Belagod , "gcc-patches@gcc.gnu.org" Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2015-01/txt/msg02273.txt.bz2 On 20 January 2015 at 15:32, Christophe Lyon wrote: >> No poly or float for vmovl. >> > Here is a new version, with more cleanup: only 16x8, 32x4 and 64x2 > variants are necessary. This version is OK /Marcus