From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id C055A3858D3C; Mon, 28 Nov 2022 07:57:12 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C055A3858D3C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1669622232; bh=XUPslbVI6aGLeGfJJFKjYAo9stWdPkqrB3HL5WQ+JqA=; h=From:To:Subject:Date:In-Reply-To:References:From; b=kmDlAkkg4S5D32BD7J7tj9NCu7rPslz4qHVkQO/NpdcFhe0Tb6vqNOaYwcAwoThEU KyrPiWSo7/v1JI5cRucRyu/Omh1kxJeW4O4Cl1nSM1msRa4awLdyg8ZGOfBo80m04n RV+uI0ChpS9QXVl9md/Sp+dFHKe916aQ8b/4hYSo= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/107888] [12/13 Regression] Missed min/max transformation in phiopt due to VRP Date: Mon, 28 Nov 2022 07:57:12 +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: rguenth at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 12.3 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: target_milestone 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 Richard Biener changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |12.3 --- Comment #1 from Richard Biener --- which means we fail to optimize a > b ? 1 : b as well, no?=