From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 6248B3858408; Mon, 8 May 2023 07:41:02 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 6248B3858408 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1683531662; bh=T2J3/MSKdkcM04Sfn50reWTAjeR+rWWN/5TsJgGa5v0=; h=From:To:Subject:Date:In-Reply-To:References:From; b=ZypN/nilQBrWgG4dvSrXMbHbdsOp3ZZAajp2oKScz7NXyFI5dq2lwPggHZMaW042V Apz9B1iVO21ylWEiHc1+i0eH1V1JxJf2ZGjuDv0l73XecnxpD9/q81cFpEAx2+VPTF 4/u3mg2YGanXF6JEjQQENjJ/iStopSjEoxTIsDus= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/89018] common subexpression present in both branches of condition is not factored out 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: 9.0 X-Bugzilla-Keywords: missed-optimization X-Bugzilla-Severity: normal 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=3D89018 Bug 89018 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=