From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id F31D13858D37; Tue, 23 May 2023 17:00:12 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org F31D13858D37 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1684861213; bh=OrHWTzXrjTB14+EGma/uAIJryeyLk3qIdVj6iTg//hg=; h=From:To:Subject:Date:In-Reply-To:References:From; b=UoUjVSnAoPgi7ozFNPl7mFk7bFosxSwvpwns44DDYNb2Ci+BbMvTTAI6G6EywowgT 328DEFAeq8dEVaZFHgYVMD4uo7KVJcHE7sY/LcAnPTOwyQtxeqRJ+EztCoqoQydMnA rapOZDnZ72ZdlU2Azin0md849kd/zLxg5S7BbfRA= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/109747] [12/13 Regression] SLP cost of constructors is off Date: Tue, 23 May 2023 17:00:12 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target 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: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: rguenth at gcc dot gnu.org X-Bugzilla-Target-Milestone: 12.4 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: short_desc cf_known_to_work priority 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=3D109747 Richard Biener changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|[12/13/14 Regression] SLP |[12/13 Regression] SLP cost |cost of constructors is off |of constructors is off Known to work| |14.0 Priority|P3 |P2 --- Comment #5 from Richard Biener --- Fixed on trunk sofar. Note fixing on the branch(es) will eventually cause = more SLP vectorization which isn't always desired. So I'm at least waiting for regressions on trunk because of this.=