From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id BCA153858D32; Sat, 18 Feb 2023 13:58:53 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org BCA153858D32 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1676728733; bh=7hkE8px3zRInBdbv1oyV+wlvo+z6JWB3P7Plqs+h68Q=; h=From:To:Subject:Date:In-Reply-To:References:From; b=O+RConNdAhVHN7TSZ6R/9dGmoEFKAOjfgvIHO23PHykCWCFU6jgomZmqVFOOfHKyH 0XidAFG0Jb27tA4i149uKH/yAGEDL133pVB8icTQEr/r/CBKuUr3cEv3Sr7v433fe8 je1hmqMlcEeQ73kr3pTpJ7MVO61EybotwRVCBXL8= From: "gabravier at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/104375] [x86] Failure to recognize bzhi pattern when shr is present Date: Sat, 18 Feb 2023 13:58:52 +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: 12.0 X-Bugzilla-Keywords: missed-optimization X-Bugzilla-Severity: enhancement X-Bugzilla-Who: gabravier 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: 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=3D104375 --- Comment #4 from Gabriel Ravier --- So should the bug be marked as fixed or... ?=