From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id AB82E3858D39; Fri, 26 May 2023 00:42:40 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org AB82E3858D39 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1685061760; bh=ucpSgWpB1TzzA/wEF/gtctgw9XX5AuaxrPHaWNKnRHQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=KjiTeA6JqFxmsO4vnDheu9YOJdfosLyzy3G0WiMLOcrxBzl6aE4CMMOXlEYx9gpDf R3Q9VF4k7F4YDBX1hjPlFWMORIqhH0LCWG2V39W7vgV534M0bTAgE1aGlfAf2Rx9EM BevVytMTqjMRmQ56akd0wUu1/G1QVReYgjSvACbI= From: "benjsith at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug rtl-optimization/109973] Wrong code for AVX2 since 13.1 by combining VPAND and VPTEST Date: Fri, 26 May 2023 00:42:40 +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: 14.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: benjsith 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: 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=3D109973 --- Comment #1 from Benji Smith --- Created attachment 55159 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D55159&action=3Dedit A compressed preprocessed minimal repro of the VPAND/VPTEST issue=