From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 9D84E3858401; Sat, 27 May 2023 03:27:12 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 9D84E3858401 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1685158032; bh=I49b11Ybnplm6L3gqOKY5/ZGV707zoEnEgs6L4vAGUE=; h=From:To:Subject:Date:In-Reply-To:References:From; b=ZqdPS23Pmm11KYsuHGKL7XyttXNcScV61Mv/DnnLoA4D2Rp6zn2nlZEK9tn6b4Gpy ZwG2C9KhgpW/cnaaJQbO8mBomqbkjHZ3ZYjiH6qaq4uOvOr/F2lyV9CnL37xQE9vqg f+KUXbpOjLcbzzZDkrXnoks6UpoP1Z0Slk6FHo10= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/110001] [13 regression] Suboptimal code generation for branchless binary search Date: Sat, 27 May 2023 03:27:12 +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: 13.1.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: keywords component 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=3D110001 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |missed-optimization Component|tree-optimization |target --- Comment #1 from Andrew Pinski --- The tree level is the same between 11.x, 12.x, 13.x and the trunk.=