From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 805E6385E45B; Mon, 8 May 2023 07:40:10 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 805E6385E45B DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1683531610; bh=IwcASrVmVMS53gFo+LblEuQjrU7s0doyzcxYn1YjBrY=; h=From:To:Subject:Date:In-Reply-To:References:From; b=BHmrJ0gcrvp7L9qGNX9aVEJph7dzCKL5t8NPsfuEgESnwJGZtzGb2iMdDvKK6uHYk Wj9Tv9Tct9TFIkpWV2Qf3gnBGoGohr9lS7Ui+W4KCSizdm+MgOQKgraWM4iCCR1LUz 2hSMulFH3qkeBy2McZB4QMDMVlCuVd82uoJvsZCM= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/64700] Sink common code through PHI Date: Mon, 08 May 2023 07:40:10 +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: 5.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: 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=3D64700 --- Comment #6 from Andrew Pinski --- Right now we just handle unary operations, binary and others will come next= .=