From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 79B5B3857347; Mon, 3 Jul 2023 13:43:58 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 79B5B3857347 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1688391838; bh=tZQtamhfrBa2xQtdr8BRdIXSj26erEzHscOife28J/c=; h=From:To:Subject:Date:In-Reply-To:References:From; b=W1Z0COxeElKuapG+YVTdva/kDbgHFj8aH1vqYLpMmqCvZ5SaqJdEWpJ+cBPZ+V6FY fEjNp1AZypWw+txRG9uL4S06YrcdgtXEH0ywqh3fTukcWtPepIm0Tu2k2uSKt6AF1J VpLvnGon9qluBhPI9kjKHIyhx6ucDVZtWUOv3GEQ= From: "jakub 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: Mon, 03 Jul 2023 13:43:58 +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: jakub at gcc dot gnu.org X-Bugzilla-Status: NEW 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 #12 from Jakub Jelinek --- Wrong-code issues like this shouldn't be just closed. I think you should ping Uros on this, or another option would be to revert = on the branch the change that caused the regression.=