From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from xry111.site (xry111.site [89.208.246.23]) by sourceware.org (Postfix) with ESMTPS id 2820C3858D39 for ; Tue, 27 Sep 2022 03:16:15 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 2820C3858D39 Authentication-Results: sourceware.org; dmarc=pass (p=reject dis=none) header.from=xry111.site Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=xry111.site DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=xry111.site; s=default; t=1664248574; bh=zc4XT8coM2SznPoq8dcDbh/fOiFjL+l4gY1NNcqb2RI=; h=Subject:From:To:Cc:Date:In-Reply-To:References:From; b=Ww8eKBpJzwGv95Ue5PbXvQOEvtnvz0d4n+DevMgu0vXiC6czEQIvC4Kp6rDojPcBe ZVX4KHbcgmbVF0mqyTC5a43a4KLQ8B49UzvFHbLsq8L9VRllIhcwhGsVY1XkzFfPBJ h4nowmBRs1lRo1yI4IodlNNRGvRcpokAd3mTC61c= Received: from localhost.localdomain (xry111.site [IPv6:2001:470:683e::1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature ECDSA (P-384) server-digest SHA384) (Client did not present a certificate) (Authenticated sender: xry111@xry111.site) by xry111.site (Postfix) with ESMTPSA id 264AD6687D; Mon, 26 Sep 2022 23:16:12 -0400 (EDT) Message-ID: <512fd41401b76f221a6f074ff13ca17d02187c7c.camel@xry111.site> Subject: Re: [PATCH] LoongArch: Pass cache information to optimizer From: Xi Ruoyao To: Lulu Cheng , gcc-patches@gcc.gnu.org Cc: Wang Xuerui , Chenghua Xu Date: Tue, 27 Sep 2022 11:16:11 +0800 In-Reply-To: <79a5f56c-e526-0b71-daa9-5b0867a22f9b@loongson.cn> References: <20220926065805.15717-1-xry111@xry111.site> <79a5f56c-e526-0b71-daa9-5b0867a22f9b@loongson.cn> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.46.0 MIME-Version: 1.0 X-Spam-Status: No, score=-1.7 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FROM_SUSPICIOUS_NTLD,KAM_SHORT,LIKELY_SPAM_FROM,SPF_HELO_PASS,SPF_PASS,TXREP,T_PDS_OTHER_BAD_TLD 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: On Mon, 2022-09-26 at 15:04 +0800, Lulu Cheng wrote: > This change may have to wait for the test results to determine whether > to merge. With this patch and my other pending patches - https://gcc.gnu.org/pipermail/gcc-patches/2022-September/602172.html - https://gcc.gnu.org/pipermail/gcc-patches/2022-September/602163.html No regression from trunk: $ diff -u ~/gcc-result-{unpatched,patched} | grep '[+-]FAIL' =20 -FAIL: gcc.dg/pr105414.c execution test -FAIL: gcc.dg/pr106397.c (test for excess errors) But if you mean "benchmark", yes I've not run any because I don't have access to one :(. --=20 Xi Ruoyao School of Aerospace Science and Technology, Xidian University