From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 01AE7385EC09; Wed, 16 Mar 2022 07:10:20 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 01AE7385EC09 From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/101895] [11 Regression] SLP Vectorizer change pushes VEC_PERM_EXPR into bad location spoiling further optimization opportunities Date: Wed, 16 Mar 2022 07:10:20 +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: rguenth at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: roger at nextmovesoftware dot com X-Bugzilla-Target-Milestone: 11.3 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: target_milestone short_desc cf_known_to_work 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 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Mar 2022 07:10:21 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D101895 Richard Biener changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|12.0 |11.3 Summary|[11/12 Regression] SLP |[11 Regression] SLP |Vectorizer change pushes |Vectorizer change pushes |VEC_PERM_EXPR into bad |VEC_PERM_EXPR into bad |location spoiling further |location spoiling further |optimization opportunities |optimization opportunities Known to work| |12.0 Resolution|FIXED |--- Status|RESOLVED |NEW --- Comment #8 from Richard Biener --- Fixed on trunk, keeping for reference purposes (backporting is not intended= ).=20 There's also still the possibility to improve how the vectorizer handles th= is instead of fixing up after the fact (but that's for the future).=