From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 3FD073856090; Mon, 8 May 2023 07:41:02 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 3FD073856090 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1683531662; bh=12RU2aX+8D6B98ehoij0/ArvQsvwl9N+VIkBjPT5t7E=; h=From:To:Subject:Date:In-Reply-To:References:From; b=QoYNqehS1zgl9sGJXd8SZD08AIy1+sTTmgUFTMWdmqik7OxMJootVH7S/mzJlnv2x T1k/0d/IC0z6CSdUx5dcR5xARZNKbXLNz5MQfsVfH2Ho1uVvkHNFtdp/Vfvkv7hem5 SxX3rB2QKd7QsHBsmL+eMbR11oJWxqL841ixhVYg= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/51964] Missed tail merging opportunity Date: Mon, 08 May 2023 07:41:02 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: dep_changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: tree-optimization X-Bugzilla-Version: 4.7.0 X-Bugzilla-Keywords: missed-optimization 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: bug_status resolution 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=3D51964 Bug 51964 depends on bug 59424, which changed state. Bug 59424 Summary: Optimization issue on min/max https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D59424 What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution|--- |FIXED=