From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 067C6385840E; Mon, 28 Nov 2022 08:23:24 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 067C6385840E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1669623805; bh=OVIj4zZDxbwxH+M6yF1J5w6ZpebbwQqRsayiF+khcj0=; h=From:To:Subject:Date:In-Reply-To:References:From; b=QPwU51yaPFXczNrzPZd2gDw6SphwK02h3AW2CCxcV/PNDEzae2BpewrPjy3We44uu /xlgFuks5wiek3QoST7mkxDj1Yx7TEgb4Y42RoOcr6FzrD+DxOs64sOZjh9mKcFOWt EkQzafF5q2AgZBgQnKNuHK8oEjTdDZeee4T4yf9Y= From: "ebiggers3 at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug rtl-optimization/107892] Unnecessary move between ymm registers in loop using AVX2 intrinsic Date: Mon, 28 Nov 2022 08:23:24 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: rtl-optimization X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: ebiggers3 at gmail dot com X-Bugzilla-Status: UNCONFIRMED 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: 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=3D107892 --- Comment #2 from Eric Biggers --- This is also reproducible with SSE2.=