From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp1.axis.com (smtp1.axis.com [195.60.68.17]) by sourceware.org (Postfix) with ESMTPS id 3425A3858C52 for ; Sat, 13 May 2023 01:11:13 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 3425A3858C52 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=axis.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=axis.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=axis.com; q=dns/txt; s=axis-central1; t=1683940273; x=1715476273; h=from:to:cc:in-reply-to:subject:mime-version: content-transfer-encoding:references:message-id:date; bh=zhyewQtY/iwegNbRcqTq2sA/PL1f+Xx1Euq1aG2q2CE=; b=bMHaGxFgmbfG0q7FrwSDQgs7NW0PHTHKxLVoU5k6Co5xz6zMMjk3/LLm l4HtuUv+pLTGMJTqsMC/CcrrmiZh852/+OejgPyhW0DLZBbiE4Mc54FhC m9fcLmN4X+pYbDXdqDhUn8U6atbirwE1nydDQAVVnglVpuSJy1wqoO7AW yerMJLGPzEbIcriiMNxutQ+mKDaKoFNsPbEnI9HVY3Kcnz9L+y/YZPE51 a3+fBaJTrAXB/VP4/mGNXmZvQ3cXcMgQXXSpa0mRN9AysH80Pa7Nex6Ss Au1CnqLwCZeIuSRbQKClTkRPcCCG22+mqSdSzLqAO3frBXXnx6SQ8eIsW w==; From: Hans-Peter Nilsson To: CC: , , , In-Reply-To: <20230513005639.2E4FC203FA@pchp3.se.axis.com> (message from Hans-Peter Nilsson on Sat, 13 May 2023 02:56:39 +0200) Subject: Re: [committed] Convert xstormy16 to LRA MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8BIT References: <009601d97c85$de708170$9b518450$@nextmovesoftware.com> <20230511150540.9606F20420@pchp3.se.axis.com> <20230512135349.A2F0F2040D@pchp3.se.axis.com> <009601d984da$9d4322e0$d7c968a0$@nextmovesoftware.com> <20230513005639.2E4FC203FA@pchp3.se.axis.com> Message-ID: <20230513011111.D2FC520423@pchp3.se.axis.com> Date: Sat, 13 May 2023 03:11:11 +0200 X-Spam-Status: No, score=-5.3 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,KAM_SHORT,SPF_HELO_PASS,SPF_PASS,TXREP,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: > From: Hans-Peter Nilsson > Date: Sat, 13 May 2023 02:56:39 +0200 > > > From: "Roger Sayle" > > Date: Fri, 12 May 2023 15:04:03 +0100 > > > Hi H-P, > > This patch should now already be on trunk: > > https://gcc.gnu.org/git/?p=gcc.git;a=commit;h=d8a6945c6ea22efa4d5e42fe1922d2 > > b27953c8cd > > Many thanks to Jeff for the review/approval. > > There have been no reported adverse effects so far. > > Please let me/us know if this has helped CRIS. > > TL;DR: > It sure helped for the big offender; arith-rand-ll with LRA > is now 1.3% faster! Not everything is rosy though. Coremark regressed slightly for LRA, cris-elf, -O2 -march=v10; with/without the patch: 100.0014% by speed, 100.037% by size. brgds, H-P