From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 96C7C3858C66; Sun, 1 Oct 2023 22:31:55 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 96C7C3858C66 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1696199515; bh=EcYojsgBtYQtw0UnfYWGFl+ZSQoWfUhu/Y3XbJQKWEI=; h=From:To:Subject:Date:In-Reply-To:References:From; b=OTb64SDmw0ZQaBH9SmLCqeeFVfT8vJuSnZOJyeV/oNWFtSn6hb5BATR9NpME5l219 exXfVWGQsa3YwHPprlPIecyJ3xIbSr0xTLHlUqxE7dfIaW3AZPd6fVxpfab7wMlV7w 9E8WhcUxfjl9Zbq75RwNaGfBu1DAgZlys7FkXP+I= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/111657] Memory copy with structure assignment from named address space should be improved Date: Sun, 01 Oct 2023 22:31:54 +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.3.1 X-Bugzilla-Keywords: missed-optimization X-Bugzilla-Severity: normal 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: component 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=3D111657 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Component|middle-end |target --- Comment #3 from Andrew Pinski --- The easiest way to improve this is to have decide_alg select loop for the have_as case if !TARGET_SSE && !TARGET_AVX... Which means this is a target issue.=