From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id A65233858C62; Mon, 28 Nov 2022 07:58:25 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A65233858C62 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1669622305; bh=DHZchQfit+HrA+vqdvhvJV5jY1JIEghtjymya3UpbdQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=ducuA27WHfIivBAvEfO3JmH++Rhs4zt1uUupqrT7yhba2JB0nA9dNYoAEL+dSnnRn NwiucaKmmJhFTOOp2y9TOdzc8KPdcVFNl6VKMfWgLbGCaOF6p8IaKPde4o0wfSuZnF NvBV0tU5zdCS4Wtsy2JsijmUxsMADA4Mn8G+lDE0= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/107891] Redudant "double" permutation from SLP vectorization (PR97832) Date: Mon, 28 Nov 2022 07:58:25 +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.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: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: everconfirmed cc blocked component short_desc cf_reconfirmed_on 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=3D107891 Richard Biener changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 CC| |rguenth at gcc dot gnu.org, | |rsandifo at gcc dot gnu.org Blocks| |53947 Component|middle-end |tree-optimization Summary|Redudant "double" |Redudant "double" |permutation from PR97832 |permutation from SLP | |vectorization (PR97832) Last reconfirmed| |2022-11-28 Status|UNCONFIRMED |NEW Referenced Bugs: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D53947 [Bug 53947] [meta-bug] vectorizer missed-optimizations=