From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id CB2953857031; Thu, 20 Jul 2023 07:28:45 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org CB2953857031 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1689838125; bh=NTEuC1fix5P8G1LzZUpgOPpaLiXlNroGwGgaoBReaeE=; h=From:To:Subject:Date:In-Reply-To:References:From; b=G2OWPdVd8NpzjhILEKzlmy553s+GrgHj4JIgED9n/5jP+Bc8I2e342ROky7/Y3SG7 XxG9GQEUcLnMhm4CifIuAL4SLui8q8iBfr/nGBeKCy1QQTOYQ6b2Amgray6wyZt4Tj iAh5rniLF0BOMP/tTW07p4zF9ubILeBZQm0y2z9g= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/109973] [13 Regression] Wrong code for AVX2 since 13.1 by combining VPAND and VPTEST since r13-2006-ga56c1641e9d25e Date: Thu, 20 Jul 2023 07:28:44 +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: rguenth at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED 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: cf_known_to_work resolution bug_status 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 Richard Biener changed: What |Removed |Added ---------------------------------------------------------------------------- Known to work| |13.1.1 Resolution|--- |FIXED Status|NEW |RESOLVED --- Comment #13 from Richard Biener --- Fixed on the branch by reverting the offending commit instead.=