From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15325 invoked by alias); 18 Mar 2014 14:36: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 15262 invoked by uid 89); 18 Mar 2014 14:36:45 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-ve0-f171.google.com Received: from mail-ve0-f171.google.com (HELO mail-ve0-f171.google.com) (209.85.128.171) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Tue, 18 Mar 2014 14:36:44 +0000 Received: by mail-ve0-f171.google.com with SMTP id cz12so7273537veb.30 for ; Tue, 18 Mar 2014 07:36:42 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.52.248.138 with SMTP id ym10mr21616994vdc.18.1395153402543; Tue, 18 Mar 2014 07:36:42 -0700 (PDT) Received: by 10.52.78.194 with HTTP; Tue, 18 Mar 2014 07:36:42 -0700 (PDT) In-Reply-To: <52FC9461.1060107@arm.com> References: <52FC9461.1060107@arm.com> Date: Tue, 18 Mar 2014 14:57:00 -0000 Message-ID: Subject: Re: [PATCH][AArch64] Vreinterpret re-implemention for stage-1 From: Marcus Shawcroft To: Alex Velenko Cc: "gcc-patches@gcc.gnu.org" , Marcus Shawcroft Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes X-SW-Source: 2014-03/txt/msg00893.txt.bz2 2014-02-13 9:46 GMT+00:00 Alex Velenko : > Hi, > This patch re-implements vreinterpret intrinsics to directly call a cast. > The aim is to forward as much information to front-end as possible. > This patch had a full LE and BE regression run with no regressions. > > Is patch good to commit to stage-1? OK for stage-1 /Marcus