From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 2A8593858D33; Sun, 10 Sep 2023 06:58:46 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2A8593858D33 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1694329126; bh=tCHB5pEluZ57A7/tZ3C0r09Gk4fDMoVWfh57xLvD+xI=; h=From:To:Subject:Date:In-Reply-To:References:From; b=UYJAVGRKTXpyyNxndEkrT6IgWDTiNTOM0XBXgmKwX7efw9vKAf3STqki7TM+TkyM4 S4LdZ8XzloYcXqNzXb1jjeZlS+0IGWZ2UdNrbb1iw5N5K+24UZx3SPnPIISNHfrgnY RtXJbYcyN+yPfU+s88zu+AuK3bUJl1f3HU9E8JQA= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/110068] missing min detection Date: Sun, 10 Sep 2023 06:58:45 +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: 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 assigned_to cf_reconfirmed_on everconfirmed 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=3D110068 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |ASSIGNED Assignee|unassigned at gcc dot gnu.org |pinskia at gcc dot = gnu.org Last reconfirmed| |2023-09-10 Ever confirmed|0 |1 --- Comment #2 from Andrew Pinski --- Mine. I think I know how to fix this ... minmax_from_comparison needs to pass the sign of what the exp0/exp1 are bei= ng compared in. Note I think we have other issues too ...=