From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 8D2E23858418; Fri, 12 May 2023 06:23:17 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 8D2E23858418 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1683872597; bh=iz8Y0hP+XZ8PngoqENfc15m1nwku0pwHEIAzJWfCd50=; h=From:To:Subject:Date:In-Reply-To:References:From; b=I0ZjfJ5b9w+s2KPfNW+2zCr+u1npJpmieQdirqqdeuReLMU3FkmtJFVcZZ1YuuEmI LOKq2O/VhaspT27GmgELzixvyRLxjoc3mLxC2B0dxgVA6oRwdbBZi6omq/vsKnRwjn bVFjN/xPfbTvqvVM/yyWE+UTXFAl+h7NayE/yj9k= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/95845] Failure to optimize vector load made in separate operations to single load Date: Fri, 12 May 2023 06:23:17 +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: 11.0 X-Bugzilla-Keywords: missed-optimization X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 12.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: target_milestone resolution bug_status 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=3D95845 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |12.0 Resolution|--- |FIXED Status|NEW |RESOLVED --- Comment #4 from Andrew Pinski --- Note this has been working with the SLP vectorizer (at -O3) since GCC 8. Si= nce GCC 12, the SLP vectorizer is turned on at -O2 and above. So I am just going to close this as fixed.=