From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 8B5C43858D33; Sat, 20 Apr 2024 01:09:12 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 8B5C43858D33 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1713575352; bh=/hLAVJw0pT7Z71MwXavUq+h6CZ8Mq7V4eR2KYFzzjcE=; h=From:To:Subject:Date:In-Reply-To:References:From; b=h7WVwYjn7B23YoJ5/BB0IxVz5Plv4FwMP8VfY4u4e0dosrvB0ehdCCGkf3Famxjir pdMxnPYWsv73wMyLDrV43AE8UyYVIH0cZtgBB/uSKHjuehZyHbtewsdmIKnlF3g10J qQi2VfMJd5i69vR/F+y8xGfrP/yX648VrND1yqSY= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/114785] special handling of COND_EXPR in gimple_extract can be removed Date: Sat, 20 Apr 2024 01:09:12 +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: internal-improvement X-Bugzilla-Severity: enhancement X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: pinskia 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=3D114785 --- Comment #2 from Andrew Pinski --- I think the code code in maybe_push_res_to_seq for COMPARISON_CLASS_P can be removed too ...=