From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id EA9763858C98; Thu, 25 Apr 2024 15:42:51 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org EA9763858C98 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1714059771; bh=gqqyntLvmtWorcEYoaibg631yRpW5kX3Qjv4pJU95xc=; h=From:To:Subject:Date:In-Reply-To:References:From; b=WIKzcO6dH1PhVtxmjiVN695Te2nMf/cPzeKt27u48ne6NuQqT3c4sOWlEyn3ZMY6z c6lPeWSYthyYgxmX4vsttkOUev32GVn/3/RK5YmEap8ZLoL11rVTNGKYugP00WasRQ WmgebmkTxNJPOSL3qoTuObKBALxMlJsQcPgMv5uA= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/114853] Inefficient code with a bunch of bitwise checks Date: Thu, 25 Apr 2024 15:42:51 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: tree-optimization X-Bugzilla-Version: 13.2.0 X-Bugzilla-Keywords: missed-optimization 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: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.created 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=3D114853 --- Comment #2 from Andrew Pinski --- Created attachment 58040 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D58040&action=3Dedit testcase Please next time, attach (or place inline) the testcase and not just link to godbolt.=