From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id A53A43858018; Tue, 12 Mar 2024 12:48:36 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A53A43858018 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1710247716; bh=uOY6Hq71Sq4yfp3GYpHdX+Ky1sXFWWivfvEBmI6bPgE=; h=From:To:Subject:Date:In-Reply-To:References:From; b=uHYHyFJpMOVLh9G0h4hxPjWrZiCYv9GMg4v4v/H3gsJEmCa3I5wUrDvqs+T6xDV5l cl6epwxG4YlEMfN0RsLClgpumHBTN+sgStcv0B3m4txgySm1ndUEeoUQkixxHPzX5a oaqNQNpdtufT71znIiNGEiF6fzrlSX+Q0bdTAKlg= From: "pheeck at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/114269] [14 Regression] Multiple 3-6% exec time regressions of 434.zeusmp since r14-9193-ga0b1798042d033 Date: Tue, 12 Mar 2024 12:48:35 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: tree-optimization X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: missed-optimization X-Bugzilla-Severity: normal X-Bugzilla-Who: pheeck at gcc dot gnu.org X-Bugzilla-Status: REOPENED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: rguenth at gcc dot gnu.org X-Bugzilla-Target-Milestone: 14.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: resolution bug_status short_desc 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=3D114269 Filip Kastl changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|FIXED |--- Status|RESOLVED |REOPENED Summary|[14 Regression] Multiple |[14 Regression] Multiple |3-27% exec time regressions |3-6% exec time regressions |of 434.zeusmp since |of 434.zeusmp since |r14-9193-ga0b1798042d033 |r14-9193-ga0b1798042d033 --- Comment #7 from Filip Kastl --- Nice, our LNT instance already shows that the patch sped up 434.zeusmp. How= ever I'd like to reopen this bug since the benchmark didn't return to its origin= al values. At least some configurations are still slower than before r14-9193-ga0b1798042d033: Intel Skylake -Ofast -march=3Dnative (~5% regression) https://lnt.opensuse.org/db_default/v4/SPEC/graph?plot.0=3D798.80.0 Intel Skylake -Ofast -march=3Dnative -flto PGO (~5% regression) https://lnt.opensuse.org/db_default/v4/SPEC/graph?plot.0=3D785.80.0 AMD Zen3 -Ofast -march=3Dnative -flto (~6% regression) https://lnt.opensuse.org/db_default/v4/SPEC/graph?plot.0=3D476.80.0 AMD Zen3 -Ofast -march=3Dnative -flto PGO (~4% regression) https://lnt.opensuse.org/db_default/v4/SPEC/graph?plot.0=3D474.80.0 AMD Zen2 -Ofast -march=3Dnative -flto (~3% regression) https://lnt.opensuse.org/db_default/v4/SPEC/graph?plot.0=3D289.80.0=