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 B9D163858C74 for ; Tue, 4 Oct 2022 10:34:08 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org B9D163858C74 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=arm.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=arm.com 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 26BB612FC; Tue, 4 Oct 2022 03:34:15 -0700 (PDT) Received: from [10.57.3.179] (unknown [10.57.3.179]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id A5E333F67D; Tue, 4 Oct 2022 03:34:07 -0700 (PDT) Message-ID: <9b3ae14e-51bf-d417-4439-ad09642d193c@arm.com> Date: Tue, 4 Oct 2022 11:33:56 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.3.0 Subject: Re: [PATCH][AArch64] Implement ACLE Data Intrinsics To: Kyrylo Tkachov , "gcc-patches@gcc.gnu.org" , Richard Sandiford , Richard Biener References: <11918543-8a40-211d-771d-4e2dbaeb9eb6@arm.com> <6e40034d-4474-aef4-9226-7f8ccb9f1e30@arm.com> Content-Language: en-US From: "Andre Vieira (lists)" In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-14.8 required=5.0 tests=BAYES_00,KAM_DMARC_NONE,KAM_DMARC_STATUS,KAM_LAZY_DOMAIN_SECURITY,KAM_LINKBAIT,NICE_REPLY_A,RCVD_IN_DNSWL_LOW,SPF_HELO_NONE,SPF_NONE,TXREP autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: Hi all, Can I backport this to gcc-11 branch? Also applies cleanly (with the exception of the file extensions being different: 'aarch64-builtins.cc vs aarch64-builtins.c'). Bootstrapped and regression tested on aarch64-linux-gnu. Kind regards, Andre Vieira