From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13101 invoked by alias); 5 May 2014 11:29:34 -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 13090 invoked by uid 89); 5 May 2014 11:29:33 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.2 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: service87.mimecast.com Received: from service87.mimecast.com (HELO service87.mimecast.com) (91.220.42.44) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 05 May 2014 11:29:33 +0000 Received: from cam-owa1.Emea.Arm.com (fw-tnat.cambridge.arm.com [217.140.96.21]) by service87.mimecast.com; Mon, 05 May 2014 12:29:28 +0100 Received: from SHAWIN202 ([10.1.255.212]) by cam-owa1.Emea.Arm.com with Microsoft SMTPSVC(6.0.3790.3959); Mon, 5 May 2014 12:29:36 +0100 From: "Thomas Preud'homme" To: "GCC Patches" References: <000b01cf4e0e$54044b70$fc0ce250$@arm.com> <001301cf4e41$d2a4f320$77eed960$@arm.com> <003001cf4eff$74b0e210$5e12a630$@arm.com> <003c01cf4fc9$a0b37510$e21a5f30$@arm.com> <000001cf59fc$a512b110$ef381330$@arm.com> <002801cf5f5d$58cbc420$0a634c60$@arm.com> <002e01cf677e$6985cb70$3c916250$@arm.com> In-Reply-To: <002e01cf677e$6985cb70$3c916250$@arm.com> Subject: RE: [PATCH][2/3] Fix PR54733 Optimize endian independent load/store Date: Mon, 05 May 2014 11:29:00 -0000 Message-ID: <003e01cf6855$4b13c750$e13b55f0$@arm.com> MIME-Version: 1.0 X-MC-Unique: 114050512292800401 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2014-05/txt/msg00201.txt.bz2 I found a way to improve the function find_bswap/find_bswap_or_nop and reduce its size. Please hold for the review, I will post an updated version as soon as I finish testing. Best regards, Thomas Preud'homme