From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 0E1883858D32; Sat, 3 Jun 2023 18:01:03 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 0E1883858D32 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1685815263; bh=ujZWQrJMC+QJcvDb/DOPPAY/6jn7LFdtAOZOVdEvnm8=; h=From:To:Subject:Date:In-Reply-To:References:From; b=ij6eUS4W+sRt3W2oOK3BSD0ylce3YH49n/MiDQahmc8CKCftHYgfzYChaQEV21KzL nPPrJzkNWsE/GOz3JCw5kymuUYc+4CigmivguELp2fOnYnIXcYZoqytl5jIMX5tMEP JSu8P81ezNaZ77DuZr5Nt5sxr8pLkd6CzYRgpilg= From: "benjsith at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/109973] [13/14 Regression] Wrong code for AVX2 since 13.1 by combining VPAND and VPTEST since r13-2006-ga56c1641e9d25e Date: Sat, 03 Jun 2023 18:01:01 +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: 14.0 X-Bugzilla-Keywords: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: benjsith at gmail dot com X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: roger at nextmovesoftware dot com X-Bugzilla-Target-Milestone: 13.2 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=3D109973 --- Comment #8 from Benji Smith --- Yes, just pulled latest trunk and confirmed that the issue no longer repros. Thanks for the fix!=