From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 96F373882641; Thu, 13 Jun 2024 07:15:41 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 96F373882641 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1718262941; bh=THeWJPutdYTiTbVusRlVxj1VKz6y3h4Xfu58czIeilc=; h=From:To:Subject:Date:In-Reply-To:References:From; b=mEKOtU+VXozsh+OSDwp7VZLsr6EhrXpxPYbqud9NiB3mWkdZG4a2/FB1enkIQtA27 r38LSVm9X2fXns4+wUw8DXjeayd0tADQw9IVfh9fBLGj6/SKN/piMMZT4Tpvh0tNpl 2Tc8WZoUvBCkjHYybhwIM9r/cKwFkvIwr1QRSglA= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/115385] Peeling for gaps can be optimized more or needs to peel more than one iteration Date: Thu, 13 Jun 2024 07:15:41 +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: 15.0 X-Bugzilla-Keywords: missed-optimization X-Bugzilla-Severity: normal X-Bugzilla-Who: rguenth at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: rguenth at gcc dot gnu.org X-Bugzilla-Target-Milestone: 15.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: blocked target_milestone bug_status keywords resolution 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=3D115385 Richard Biener changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |53947 Target Milestone|--- |15.0 Status|ASSIGNED |RESOLVED Keywords| |missed-optimization Resolution|--- |FIXED --- Comment #3 from Richard Biener --- Fixed. Note targets might need to extend their vec_init/vec_extract covera= ge. Referenced Bugs: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D53947 [Bug 53947] [meta-bug] vectorizer missed-optimizations=