From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id AB79D3858C66; Wed, 26 Jul 2023 07:15:27 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org AB79D3858C66 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1690355727; bh=ri1KBsEz9cdf3K+AMzsfRjHeobigCe/9U6uvowghhE0=; h=From:To:Subject:Date:In-Reply-To:References:From; b=ZE1dySUGPHe5zwrHfBow2fCZxGsDwieT6QQNdv24swbDrRr1mBzcYjc5qNlwcz8wx tHQ3R97gGTha0K42GuFge30EQL/TuYHb8D7K4tFGuUzoYPc+vjLw5K5SCqhmcXjjpj d8dkCuCScOL++3DsS7UDnrf0t/NJWC1r5SS48wyE= From: "hubicka at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/110757] [14 Regression] 7% parest regression on zen3 -Ofast -march=native -flto between g:4dbb3af1efe55174 (2023-07-14 00:54) and g:a5088dc3f5ef73c8 (2023-07-17 03:24) Date: Wed, 26 Jul 2023 07:15:27 +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, needs-bisection 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: 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=3D110757 --- Comment #4 from Jan Hubicka --- Most of the profile based regression is gone between g:1c6231c05bdccab3 (2023-07-21 03:06) and=20 g:f33fdf9e7c038639 (2023-07-23 00:17) This should be: commit a31ef26b056d0c4f0a9f08b6eb81456ea257298e Author: Jan Hubicka Date: Fri Jul 21 19:38:26 2023 +0200 Avoid scaling flat loop profiles of vectorized loops Which "fixes" the overactive scaling of scale_profile_for_vect_loop for static profiles. Still not sure why propagating profile later causes regression - will take a look.=