From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 264433858C3A; Tue, 28 Mar 2023 07:33:43 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 264433858C3A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1679988823; bh=fsjRa2rTaa0WFNQ339tW+Q/PRmdDQu5M1DTHNBN52EQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=cSe7UF3W/vD432MHd3E1xiii1r1OlIwoIEcDe+R6aNQfT2sHb6T36w6f4RyBdneNk 7KNbMiMX2Sjf8xdtoOu+Y0Ft9fE5XebS8p2rXaYqA2OW9H2/F0RHfaxtwHLj79TaZN 4EJ1apidylA9PGH7U5tgyea2vF7NgVg19LzAtsyw= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug rtl-optimization/109311] [13 Regression] bb_is_just_return miss to realize some bb from r13-6873-g776a5bb5894315 Date: Tue, 28 Mar 2023 07:33:42 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: rtl-optimization X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: critical X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P1 X-Bugzilla-Assigned-To: rguenth at gcc dot gnu.org X-Bugzilla-Target-Milestone: 13.0 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=3D109311 --- Comment #3 from CVS Commits --- The master branch has been updated by Richard Biener : https://gcc.gnu.org/g:b462947dae9f8c0dd7c11165ccfdf6acd6f12a1c commit r13-6889-gb462947dae9f8c0dd7c11165ccfdf6acd6f12a1c Author: Richard Biener Date: Tue Mar 28 09:31:36 2023 +0200 Revert "rtl-optimization/109237 - speedup bb_is_just_return" This reverts commit 776a5bb5894315ab144dc74222fc580fde8fdd87. PR rtl-optimization/109311 * cfgcleanup.cc (bb_is_just_return): Revert previous change.=