From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 8F7B63858CDB; Fri, 8 Dec 2023 10:20:58 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 8F7B63858CDB DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1702030858; bh=e+3+HNdLgoyu3kZY9qiFiWai9wmA+lAt+M0yOpWKEcM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=qRQVyyN4w2artWOsyhef9lk6YwlSVHZ2+RL1rga3aXqtMY7LRI00YxTwZc7GFrJsu 1hbKYnPCMbTOkkONIAf6q32BbJ/B8CREKcBvyKYiiV7+AsFfnyGMabGHdsBqiRdOUy knOBtMpnWLwc36HJMmTTyTX48xKOIgs9zW+Iwhxw= From: "tnfchris at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/110625] [14 Regression][AArch64] Vect: SLP fails to vectorize a loop as the reduction_latency calculated by new costs is too large Date: Fri, 08 Dec 2023 10:20:56 +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: 14.0 X-Bugzilla-Keywords: missed-optimization X-Bugzilla-Severity: normal X-Bugzilla-Who: tnfchris at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P1 X-Bugzilla-Assigned-To: rsandifo at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: short_desc 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=3D110625 Tamar Christina changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|[AArch64] Vect: SLP fails |[14 Regression][AArch64] |to vectorize a loop as the |Vect: SLP fails to |reduction_latency |vectorize a loop as the |calculated by new costs is |reduction_latency |too large |calculated by new costs is | |too large Priority|P3 |P1 --- Comment #21 from Tamar Christina --- It looks like this is a GCC 14 regression, GCC 13 is 16% faster.=