From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id C3B5E3858D1E; Tue, 7 Nov 2023 21:49:31 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C3B5E3858D1E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1699393771; bh=u81rIZsdneoszKyt7xFcAqhJCklMbWtXqRARidR7rBU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Elf76FHNcAs+hcHvnjPVo/qj/b4crHGcnmliL8T8imskHPvwx+S89DDHXRqa/aclZ U1I7UMWC9ZCGv0VntumyW5dFrglWaQQJktdH0w8CccLnISyPY1DHajJCZhhx35Ztof KPJ2p63PaDgiG9I9YKklf26GxzNCxnLPNEM+21Eo= From: "rsandifo at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/109078] Missing optimization on aarch64 for types like `float32x4x2_t` Date: Tue, 07 Nov 2023 21:49:31 +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: 12.2.0 X-Bugzilla-Keywords: missed-optimization, ra X-Bugzilla-Severity: enhancement X-Bugzilla-Who: rsandifo at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: rsandifo at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cf_reconfirmed_on everconfirmed bug_status assigned_to 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=3D109078 Richard Sandiford changed: What |Removed |Added ---------------------------------------------------------------------------- Last reconfirmed| |2023-11-07 Ever confirmed|0 |1 Status|UNCONFIRMED |ASSIGNED Assignee|unassigned at gcc dot gnu.org |rsandifo at gcc dot= gnu.org --- Comment #1 from Richard Sandiford --- Some of the SME changes I'm working on fix this, but I'm not sure how widely we'll be able to use them on non-SME code. Assigning myself just in case.=