From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 340B33858002; Tue, 12 Sep 2023 12:31:34 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 340B33858002 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1694521894; bh=9nSsGYl7boOQJV75eoV1QUVZmhpQHs1y3cWKRoPl+U0=; h=From:To:Subject:Date:In-Reply-To:References:From; b=VAcXC2O2REGwFTN1mpuPWKjJXi9wpBROgqGX4qVlZR3XQRAHpH4xupP0i1zleGpGp 5Q84JtxiuzGE3lqnikC/QWBLnJ2bu7BmjIChZpLpCs5NwaS6hpuppXs3KCElva7Tui clBi+fdKE2oV0GMaUTvSgSgKqmWFfX9kiX98PCew= From: "tnfchris at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/111370] On Aarch64 4% 511.povray_r regression between g:6cd85273071b5f13 (2023-08-23 00:17) and g:e1f096a3cc96c719 (2023-08-25 22:34) Date: Tue, 12 Sep 2023 12:31:33 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: needs-bisection X-Bugzilla-Severity: normal X-Bugzilla-Who: tnfchris at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc cf_reconfirmed_on Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D111370 Tamar Christina changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tnfchris at gcc dot gnu.org Last reconfirmed| |2023-9-12 --- Comment #1 from Tamar Christina --- Ok, I can reproduce this with the generic cost model on Neoverse N1 hardwar= e. The generic cost model is based on a 10+ years old cpu and is no longer fit= for modern CPUs. We are planning to replace it this GCC release so the regression should go = away then. I've tested with -mcpu=3Dneoverse-n1 and it does go away and gives a much b= etter score.=