From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 2C1193858D35; Wed, 15 Nov 2023 15:07:32 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2C1193858D35 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1700060852; bh=MAU2Rr4PGmqhrl//GvbCPtOm3DIsxrKxBZpY3l0B9vw=; h=From:To:Subject:Date:From; b=F8GOob/J/EyFqpK1kh089L9ljygdks5maj4v87Y55gYPJHDerW+uD6KHK1No798Iy l+eFvhRXgwko/TkSv/Jl/aEnyjEVpph/WI5YlFtO2zTuAolVXzOmrlGCpKE19kUlvc LHF8m5GRq5BlVzjGSO+5TMs3vT+zGBMn+fePV4iQ= From: "fkastl at suse dot cz" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/112548] New: 5% exec time regression in 429.mcf on AMD zen4 CPU Date: Wed, 15 Nov 2023 15:07:31 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: 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 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=3D112548 Bug ID: 112548 Summary: 5% exec time regression in 429.mcf on AMD zen4 CPU Product: gcc Version: 14.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: fkastl at suse dot cz Target Milestone: --- Host: x86_64-linux Target: x86_64-linux As seen here: https://lnt.opensuse.org/db_default/v4/SPEC/graph?plot.0=3D991.60.0 between commits g:4ea36076d66eea0f (2023-11-02 02:54) and g:c3847ca0571e5ace (2023-11-03 03:35) there's about 5% slowdown. The test is compiled with -Ofast -march=3Dnative -mtune=3Dnative lto and pg= o. It is run on an amd zen4 machine.=