From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 40643 invoked by alias); 13 Nov 2015 13:36:42 -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 40408 invoked by uid 89); 13 Nov 2015 13:36:40 -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,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-qk0-f177.google.com Received: from mail-qk0-f177.google.com (HELO mail-qk0-f177.google.com) (209.85.220.177) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Fri, 13 Nov 2015 13:36:37 +0000 Received: by qkfo3 with SMTP id o3so46783109qkf.1 for ; Fri, 13 Nov 2015 05:36:34 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=+bjTuhOSWJRhBXgE5tPgXPIk7QoMSEVqFXVcbpqL8hg=; b=GF9sajKXm7aF1SqqIc+1RaDND5NMSrVchf1Z9Ka2SCeFX+YziDohrK4yN5RAV+Is+q Awc7DQUTLfSTO7pOd4QGFTvcLvJMveYlxmWRypz9odttCYB1oyAWTqVqA9aeCxbp6HoA +WFdUjnKj4N+kcletmV8ZMXB0yMt7I9F6BUWEbsZ6hEyBlNRLbbR5mv7dEX3Lt47S1Dp lhLwnKIHFMxpXjc4euCvUvj71CDxduhTk4xtG0+9Ln55qzAmUBVsqkWWu0oJBr0TPBPq 0jQEarQzQNfv4WKp3CZclY9sP/egOeektqyrIK2tnSJ1+o/PGR5hHzQTmsi/qQugq+yM Vjug== X-Gm-Message-State: ALoCoQnONEQpb5CnJcIsvGYlNN+aoqg9nmwVKQ86PTC0xoq9iB03YCRiB3OKSaTlo2WEEawqDJMI MIME-Version: 1.0 X-Received: by 10.140.233.196 with SMTP id e187mr21812284qhc.86.1447421794436; Fri, 13 Nov 2015 05:36:34 -0800 (PST) Received: by 10.140.109.200 with HTTP; Fri, 13 Nov 2015 05:36:34 -0800 (PST) In-Reply-To: <5645C879.7090406@arm.com> References: <56337FD6.5040602@foss.arm.com> <5645C879.7090406@arm.com> Date: Fri, 13 Nov 2015 13:36:00 -0000 Message-ID: Subject: Re: [PATCH] [ARM] neon-testgen.ml typo From: Christophe Lyon To: Kyrill Tkachov Cc: Ramana Radhakrishnan , Ramana Radhakrishnan , Jim Wilson , "gcc-patches@gcc.gnu.org" Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2015-11/txt/msg01697.txt.bz2 On 13 November 2015 at 12:24, Kyrill Tkachov wrote: > > On 13/11/15 11:18, Ramana Radhakrishnan wrote: >>> >>> Hmm. I hadn't noticed that the crypto intrinsics tests where generated by >>> neon-testgen.ml, I thought they were hand-written. >>> The tests I added do not cover the crypto intrinsics, so I'm going >>> to revert r230274 and restore all the tests generated by neon-testgen.ml >>> until we have better coverage in advsimd-intrinsics. >> >> From what I remember from a few days back I thought it was generally >> ok to get rid of the lot as we had test coverage for everything else >> in gcc.target/arm . >> >> Thus don't bother reverting. > > > +1. I'll also add that you can now remove neon.ml from config/arm. Sorry, I felt so guilty that I reverted the removal already. > And also, I think we can move the remaining hand-written tests from > gcc.target/arm/neon/ > into gcc.target/arm/ and remove the neon/ directory altogether. > I'll give a deeper look at all that, and will try not to rush to meet e/o stage1 deadline :-) > Kyrill > > >> >> Ramana >> >>> Sorry for the oversight. >>> >>> Christophe. >>> >>> >>>> Christophe. >>>> >>>>>> regards >>>>>> Ramana >>>>>> >>>>>> >>>>>> >>>>>>> Christophe. >>>>>>> >>>>>>>> regards >>>>>>>> Ramana > >