From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id CDAA83857C65; Fri, 8 Mar 2024 05:08:28 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org CDAA83857C65 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1709874508; bh=876miiG/zjkXs2DCI8GdD+4x4js6/G9MeiJSeUj8+uY=; h=From:To:Subject:Date:In-Reply-To:References:From; b=MEY3D5EYNPBt5anzhudeoSwt0hVENX/f/Chcg1D4GcGrv2XFppqYoMDnUm4BSXtY2 CTWWByYqpU/nB2PsWE0gFTl1+0M9eckEKKPAY/rVZC4QZD4nggnhixBcGhPqT+mAMS ryhyvaiF8ahum7aew94ANRj/Likum6BgD3fFmQ/I= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/113677] Missing `VEC_PERM_EXPR <{a, CST}, CST, {0, 1, 2, ...}>` optimization Date: Fri, 08 Mar 2024 05:08:28 +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: 14.0 X-Bugzilla-Keywords: missed-optimization X-Bugzilla-Severity: enhancement 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: 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=3D113677 --- Comment #5 from Andrew Pinski --- (In reply to Andrew Pinski from comment #4) > Note it is not just about constants either. That is the same as what is mentioned in https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D94301#c2 even :).=