From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 408113849AEF; Sat, 13 Apr 2024 18:25:54 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 408113849AEF DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1713032754; bh=7Il4YeO13Pv/kaKR9GWKiAKSLo9vQLx+z386gNypljE=; h=From:To:Subject:Date:In-Reply-To:References:From; b=QD4AQO/iz/WY9vycKgTOOIk3UYgQqp8jYY6eZD88Gy1F+VrW+X+YcXDWgyqfQQ2oX bwpnXWXs0PkhDprwLbJI+xiX2Ouv4cnKia4MzEnbEzvlNifZskGLVrPwuTs6eCDMxT o8W7lBsusJMr3Oodk/HWgGe/HRaqr+n9r2V0Ilec= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/114712] Missed optimization: simplify if-else basic blocks that share common destinations Date: Sat, 13 Apr 2024 18:25:53 +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: 14.0 X-Bugzilla-Keywords: missed-optimization X-Bugzilla-Severity: enhancement X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: NEW 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: bug_status cc everconfirmed bug_severity cf_reconfirmed_on 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=3D114712 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW CC| |pinskia at gcc dot gnu.org Ever confirmed|0 |1 Severity|normal |enhancement Last reconfirmed| |2024-04-13 Keywords| |missed-optimization --- Comment #1 from Andrew Pinski --- Confirmed. ifcombine would be the perfect location for this.=