From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26499 invoked by alias); 2 Aug 2010 10:55:00 -0000 Received: (qmail 26461 invoked by uid 22791); 2 Aug 2010 10:54:59 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (38.113.113.100) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 02 Aug 2010 10:54:55 +0000 Received: (qmail 24144 invoked from network); 2 Aug 2010 10:54:53 -0000 Received: from unknown (HELO ?84.152.249.133?) (bernds@127.0.0.2) by mail.codesourcery.com with ESMTPA; 2 Aug 2010 10:54:53 -0000 Message-ID: <4C56A3F5.7090706@codesourcery.com> Date: Mon, 02 Aug 2010 10:55:00 -0000 From: Bernd Schmidt User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.7) Gecko/20100724 Thunderbird/3.1.1 MIME-Version: 1.0 To: Richard Earnshaw CC: GCC Patches Subject: Re: More ARM pattern merging References: <4C56A025.9090304@codesourcery.com> <1280746294.20832.7.camel@e102346-lin.cambridge.arm.com> In-Reply-To: <1280746294.20832.7.camel@e102346-lin.cambridge.arm.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 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 X-SW-Source: 2010-08/txt/msg00041.txt.bz2 On 08/02/2010 12:51 PM, Richard Earnshaw wrote: > I don't think this is right. ORN is Thumb-2 only, it's not available in > ARM state. Looks like I misread the docs. Do you want it kept in thumb2.md? I can just drop that part of the patch or use "t2" rather than "v6" for it in the iorsi pattern. Bernd