From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 6ECD7385800E; Tue, 8 Nov 2022 15:57:15 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 6ECD7385800E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1667923035; bh=VY24phm3gSiixkNGtUYNEFuG8UHzkDLKUta3dwvzXwQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=O9MkYTJP7mO5u32DzaPo3289PaXOrgvBA+fZFM22Zmy4mlGGFfD8bjpEcNqWIqsXV kufGcOPAk7ODCWTK94DS16B+F+DtqCoC2PCYcQK9ogMH7Ep1vpg2RjbCuuI3hPyy1r BSwF5930KICLmYEtJdN73TNRmlNvxR9QhAGuTNCk= From: "aldyh at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/24021] VRP does not work with floating points Date: Tue, 08 Nov 2022 15:57:14 +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: 4.1.0 X-Bugzilla-Keywords: missed-optimization X-Bugzilla-Severity: enhancement X-Bugzilla-Who: aldyh at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: aldyh at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: resolution bug_status 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=3D24021 Aldy Hernandez changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|NEW |RESOLVED --- Comment #28 from Aldy Hernandez --- It's my pleasure to finally close this PR. VRP handles floats. Obviously = not every operator has been implemented, but enough to call VRP floating-point aware, and certainly enough to handle this case.=