From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D0C59385DC30; Fri, 24 Nov 2023 09:03:48 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D0C59385DC30 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1700816628; bh=/xAZLyYH+k9lssO78wTI24LPfFNrmdYsXB5anCJXf7w=; h=From:To:Subject:Date:From; b=aEUCYWpZUsgwC0skgD6WbXn0wsckdm0ZU2zo+41y2MDFeWw6LvurE8SSXQT7FVvJh UxJWvH+fqgUGsiuuyQ0pUgxPdIlKxD0888evpHwrRJuPLtRxvSNo+O5XvWtUAGpOmI ZlLVZ3V5zzE+/s1PIoc7dNGlS9qXVBiifp6/QgOQ= From: "fkastl at suse dot cz" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/112697] New: [14 Regression] 30-40% exec time regression of 433.milc on zen2 Date: Fri, 24 Nov 2023 09:03:48 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: middle-end X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: missed-optimization, needs-bisection X-Bugzilla-Severity: normal X-Bugzilla-Who: fkastl at suse dot cz 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: bug_id short_desc product version bug_status keywords bug_severity priority component assigned_to reporter target_milestone cf_gcchost cf_gcctarget Message-ID: 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=3D112697 Bug ID: 112697 Summary: [14 Regression] 30-40% exec time regression of 433.milc on zen2 Product: gcc Version: 14.0 Status: UNCONFIRMED Keywords: missed-optimization, needs-bisection Severity: normal Priority: P3 Component: middle-end Assignee: unassigned at gcc dot gnu.org Reporter: fkastl at suse dot cz Target Milestone: --- Host: x86_64-linux Target: x86_64-linux Between commits g:0c305f3dec9a992dd775a3b9607b7b1e8c051859 g:7f974c5fd4f59a9d8dd20c49a0e2909cb290f4b4 there's a 30-40% slowdown of the 433.milc 2006SPEC benchmark as seen here: https://lnt.opensuse.org/db_default/v4/SPEC/graph?plot.0=3D292.70.0 It's 40% here and I also measured the slowdown on another zen2 machine where the difference was 30%. Compile options: -g -O2 -flto=3D128=