From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 88A393858D33; Sun, 21 Jan 2024 02:00:42 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 88A393858D33 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1705802442; bh=zjWyIDuNdF4G2eZNO1Tak+dr248WwKLUnMrA/xC7hN0=; h=From:To:Subject:Date:In-Reply-To:References:From; b=M0nKXXz/2x1WXJcFSjDz4b3p7h5/mhkdkDG6qyC4wgwSi07Weo9DxjT89MwDmY49L fM0khvo2BP8ZdgHdVr87y3jvq6Oun2mtwbobqxoDUasnEcMKUwktEkqINtapZD9UXX yTyxYnPFwoQsQ67xzy7bye1MbrXTeG+o9nGhxFuI= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/110935] Missed BB reduction vectorization because of missed eliding of a permute Date: Sun, 21 Jan 2024 02:00:26 +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.1.0 X-Bugzilla-Keywords: missed-optimization X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia 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: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cf_reconfirmed_on everconfirmed cc 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=3D110935 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Last reconfirmed| |2024-01-21 Ever confirmed|0 |1 CC| |pinskia at gcc dot gnu.org Status|UNCONFIRMED |NEW --- Comment #4 from Andrew Pinski --- Confirmed. I noticed the PERM issue when I was working on adding V4HI supp= ort to the aarch64 backend. I had to add PERM support for V4HI but it was not obvious at the time why. This explains it.=