From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id F31353858D37; Wed, 2 Aug 2023 09:42:02 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org F31353858D37 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1690969322; bh=ym2Bh5+O+4s9k1HmAcQHeY+NkjZix2zdgsqehZEXq5s=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Ta6BO5dFQBrjiE/IMhbmHQDiSBboRGU7w6NmjU85wL4uDQtVTfiEhWsL7eGyursM4 JHwA/NEGRDmnVY8+uMzNUv81SYH717yacy1xKi+IhH/7aXSRexKfvAPLgsUFlAhUEa wGc1HHklRXb1XfbEcfqEYzW5Mt6VlbBunVT97eCw= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/106293] [13/14 Regression] 456.hmmer at -Ofast -march=native regressed by 19% on zen2 and zen3 in July 2022 Date: Wed, 02 Aug 2023 09:42:00 +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: 13.0 X-Bugzilla-Keywords: missed-optimization X-Bugzilla-Severity: normal X-Bugzilla-Who: rguenth 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: 13.3 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=3D106293 --- Comment #25 from Richard Biener --- (In reply to Jan Hubicka from comment #24) > g:2e93b92c1ec5fbbbe10765c6e059c3c90d564245 fixes the profile update after > cancelled distribution. However it does not help hmmer since we actually > vectorize that loop iterating 0 times. We need to figure out proper > iteration count for that and convince loop distribution and vectorizer to= do > nothing on it. or use a smaller VF? I doubt the scalar loop iterates zero times?=