From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 804B03858C78; Mon, 7 Nov 2022 12:05:45 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 804B03858C78 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1667822745; bh=hwIPDTWWiTHwaWytIAsdinuZUlbhLJStu6eAUGmqGao=; h=From:To:Subject:Date:In-Reply-To:References:From; b=iw/EF1GxLvT6HGlMnf1ajQ6eeRwtDLEqmap3/8Ai0qzjyxl8LCu2CJHpCo8hQWyoC ISI7JPSHZx4ucD/Hay1VQ5EAF9tL5KeRV01uRR0sZ/xC8QsduOa+ZEvI/wvlM5iyOw fVaL2icQ0l3YkNoyjLI3GTxqKnfPk+Ew5Z2/jGB4= From: "i.nixman at autistici dot org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/107546] [10/11/12/13 Regression] simd, redundant pcmpeqb and pxor Date: Mon, 07 Nov 2022 12:05:45 +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 X-Bugzilla-Severity: normal X-Bugzilla-Who: i.nixman at autistici dot org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: jakub at gcc dot gnu.org X-Bugzilla-Target-Milestone: 10.5 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=3D107546 --- Comment #9 from niXman --- (In reply to Jakub Jelinek from comment #8) > Created attachment 53842 [details] > gcc13-pr107546.patch >=20 > Untested fix. many thanks! will test, will report back.=