From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id A18473858D33; Mon, 17 Jul 2023 09:02:39 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A18473858D33 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1689584559; bh=Gq7FWz6qyzOysTi3ud4IbHVfMH+BgOwk1mj/I+tMaxo=; h=From:To:Subject:Date:In-Reply-To:References:From; b=tPU3umos7ariFiASNsMB3md1Ajg9hwjF4UNSwfhwpSX7AUAUTVjXEeXvSRF+hD1i4 H7xCv8RrGGU5Gb/b8weDojqDERC7MG2Tz/WPOO643xH/x02qOR7sSEkXPJLvl54qpn doUROqIlLuVm9iWhJpMVAGGfd56Lk1wNUJ5LDTRE= From: "hubicka at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/110586] [14 Regression] 10% fatigue2 regression on zen since r14-2369-g3a61ca1b925653 Date: Mon, 17 Jul 2023 09:02:39 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: middle-end X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: missed-optimization X-Bugzilla-Severity: normal X-Bugzilla-Who: hubicka at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 14.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status everconfirmed 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=3D110586 Jan Hubicka changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever confirmed|0 |1 Last reconfirmed| |2023-07-17 --- Comment #2 from Jan Hubicka --- Do we have other PRs reducing to this change? The patch makes cuntroll to scale down previously incoherent profiles when = loop that does not loop is predicted to loop. Common source of these loops are vectorized epilogues which I fixed yesterd= ay. With some luck this may fix fatigue.=