From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 5163C3857714; Fri, 26 May 2023 00:47:46 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 5163C3857714 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1685062066; bh=77knsHY/Kq5A9JukqF25i4qu2P3cdv6nBGsN8CtAURg=; h=From:To:Subject:Date:In-Reply-To:References:From; b=eRbIsaQ1G1oiRepFoQ2aGUC5ENM+XekKVDptpGZYok6HJ/Fk8VfixvKtM/pBG+kbl qPLSEOLPyHSdMF8qbzojKAiI8yErB72BU7nT3DKp2J6r8qM+L1iAcpJz7p/MF3CraR u+Tha3uC+zwSLNUhh1zlugBBzp4kYOThgOjej94I= From: "pinskia at gcc dot gnu.org" 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 Date: Fri, 26 May 2023 00:47:46 +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: pinskia at gcc dot gnu.org 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: 13.2 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: target_milestone short_desc keywords 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 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |13.2 Summary|Wrong code for AVX2 since |[13/14 Regression] Wrong |13.1 by combining VPAND and |code for AVX2 since 13.1 by |VPTEST |combining VPAND and VPTEST Keywords| |wrong-code --- Comment #2 from Andrew Pinski --- The patch which introduced the failure is all in the x86_64 backend so it is target issue. r13-2006-ga56c1641e9d25e=