From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id E5D503858D37; Tue, 9 May 2023 10:14:33 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E5D503858D37 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1683627273; bh=wlST+lsMEYYXk4pGTlwcTKvNbvviJYXiCvfcuJHW/9g=; h=From:To:Subject:Date:In-Reply-To:References:From; b=BNWtGOjrfIAF6tVHMJzB8hAq/xPSRnL5O2t7jnJkxzdyCRetcUJEfdUx3w1Snj9LV QA/7IOE8QB9rWXfXECh0iynFZjcTFxSAdbJrttryMs29u6jsQRZ1hyZjdzmiZYqw9S XkrH9bVIRoCse03iLIHCyjzi+SUxHtJk9N8YoeNw= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/107888] [12/13/14 Regression] Missed min/max transformation in phiopt due to VRP Date: Tue, 09 May 2023 10:14:33 +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: 13.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: P2 X-Bugzilla-Assigned-To: pinskia at gcc dot gnu.org X-Bugzilla-Target-Milestone: 12.4 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.created 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=3D107888 --- Comment #7 from Andrew Pinski --- Created attachment 55026 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D55026&action=3Dedit Patch which adds what I Mentioned I still need to add the testcases.=