From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id C5C423858D29; Fri, 20 Sep 2024 15:28:14 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C5C423858D29 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1726846094; bh=UklpZpnVhrD8PeXPMJvYe8Oia2I2nh3OswlnKspNx+E=; h=From:To:Subject:Date:From; b=nALtovMys9YW1SaKDPdlULzW8sKo2KbTYk9wYiQZuMxAFKebg9wOk5K+xCX4n8AlV RNS3V6dl8+2+05rKjxraVJGDDLxGFbykwstr6+KsLphtT69lJdFD6JapIWvInM9p0/ r6SV9oAkWSx9Lg1bhRqpuBxbYmqsCgv3d/0v0sPs= From: "pheeck at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/116790] New: [15 Regression] 6% slowdown of 454.calculix on AMD Zen 3 Date: Fri, 20 Sep 2024 15:28:14 +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: 15.0 X-Bugzilla-Keywords: missed-optimization, needs-bisection X-Bugzilla-Severity: normal X-Bugzilla-Who: pheeck 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: bug_id short_desc product version bug_status keywords bug_severity priority component assigned_to reporter blocked 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=3D116790 Bug ID: 116790 Summary: [15 Regression] 6% slowdown of 454.calculix on AMD Zen 3 Product: gcc Version: 15.0 Status: UNCONFIRMED Keywords: missed-optimization, needs-bisection Severity: normal Priority: P3 Component: middle-end Assignee: unassigned at gcc dot gnu.org Reporter: pheeck at gcc dot gnu.org Blocks: 26163 Target Milestone: --- Host: x86_64-pc-linux-gnu Target: x86_64-pc-linux-gnu As seen here https://lnt.opensuse.org/db_default/v4/SPEC/graph?plot.0=3D693.170.0 there was a 6% exec time slowdown of the 454.calculix SPEC 2006 benchmark between commits r15-3426-g36f63000c6f869 r15-3550-g75a4143d69a842 when run with -O2 -march=3Dgeneric -flto PGO on an AMD Zen 3 machine. Referenced Bugs: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D26163 [Bug 26163] [meta-bug] missed optimization in SPEC (2k17, 2k and 2k6 and 95= )=