From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by sourceware.org (Postfix) with ESMTP id 069AA385481F for ; Tue, 3 Nov 2020 13:57:27 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 069AA385481F Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id AEBED139F; Tue, 3 Nov 2020 05:57:26 -0800 (PST) Received: from localhost (e121540-lin.manchester.arm.com [10.32.98.126]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 526973F718; Tue, 3 Nov 2020 05:57:26 -0800 (PST) From: Richard Sandiford To: xiezhiheng Mail-Followup-To: xiezhiheng , "gcc-patches\@gcc.gnu.org" , richard.sandiford@arm.com Cc: "gcc-patches\@gcc.gnu.org" Subject: Re: [PATCH PR94442] [AArch64] Redundant ldp/stp instructions emitted at -O3 References: <014c7f5ef7874db4ae98470c298b1f9b@huawei.com> <4dc070cbaca04eb59d2cac94bed1a9c3@huawei.com> <8aa6988f8d27449b834d0793607f028f@huawei.com> <0ce8ec84dff744aeb3967cf8416e541d@huawei.com> <661e89c39af741f1927b3969f33721ac@huawei.com> <64a4e3b7bba047e4967c572196314b62@huawei.com> <711ec7e53b334206a3e7b62f1a2cdc40@huawei.com> <6ad8f251121b413aa5382835ce309d59@huawei.com> Date: Tue, 03 Nov 2020 13:57:24 +0000 In-Reply-To: <6ad8f251121b413aa5382835ce309d59@huawei.com> (xiezhiheng@huawei.com's message of "Tue, 3 Nov 2020 11:59:31 +0000") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Status: No, score=-6.4 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, KAM_NUMSUBJECT, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: gcc-patches@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Nov 2020 13:57:28 -0000 xiezhiheng writes: >> -----Original Message----- >> From: Richard Sandiford [mailto:richard.sandiford@arm.com] >> Sent: Friday, October 30, 2020 6:24 PM >> To: xiezhiheng >> Cc: gcc-patches@gcc.gnu.org >> Subject: Re: [PATCH PR94442] [AArch64] Redundant ldp/stp instructions >> emitted at -O3 >> >> xiezhiheng writes: >> >> -----Original Message----- >> >> From: Richard Sandiford [mailto:richard.sandiford@arm.com] >> >> Sent: Monday, October 26, 2020 9:03 PM >> >> To: xiezhiheng >> >> Cc: Richard Biener ; >> gcc-patches@gcc.gnu.org >> >> Subject: Re: [PATCH PR94442] [AArch64] Redundant ldp/stp instructions >> >> emitted at -O3 >> >> >> >> Thanks, pushed to trunk. >> >> >> > >> > Thanks, and I made the patch for float conversion intrinsics. >> >> LGTM, thanks. Pushed. >> > > Thanks. And I made two separate patches for these two groups, compare intrinsics > and encryption algorithm (AES/SHA/SM3/SM4) intrinsics. > > Note: It does not matter which patch is applied first. > > Bootstrapped and tested on aarch64 Linux platform. Thanks, I pushed both patches to trunk. Richard