From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 91F753858407; Wed, 23 Aug 2023 11:23:50 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 91F753858407 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1692789830; bh=wxBkBMXHWWI1NMlpnW/h1/SdBy0Ppv1BTTUKmn/+L64=; h=From:To:Subject:Date:In-Reply-To:References:From; b=ARz1pMjBsBxQAci4tI+HVywHf4lt5/qkk0NPipQzIOppf9jxObaQD9f3viLlxHVKI ZVD7n9c2Mu4tN0Gc0MZcdgf/lxmmHAfqkIH8WB5Wh70tYo8/oY5rjfhxjroE5B9hrm IHJylFgfWKynjUbiK2rxRyO/seT20P7bxidnqVqE= From: "ubizjak at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/94866] Failure to optimize pinsrq of 0 with index 1 into movq Date: Wed, 23 Aug 2023 11:23:50 +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: 10.0 X-Bugzilla-Keywords: missed-optimization X-Bugzilla-Severity: normal X-Bugzilla-Who: ubizjak at gmail dot com X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: ubizjak at gmail dot com X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.created 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=3D94866 --- Comment #5 from Uro=C5=A1 Bizjak --- Created attachment 55778 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D55778&action=3Dedit Failing patch, for reference Patch that converts vec_concat/vec_select sse2_movq128 patterns to vec_merg= e.=