From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id ABEDE3857729; Sat, 17 Feb 2024 00:33:20 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org ABEDE3857729 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1708130000; bh=hHH9cLoTmFaUTk3Zqb0Q9InzjANDv4JEfHvBtEWkrv8=; h=From:To:Subject:Date:In-Reply-To:References:From; b=voPuKW6ZapfmKfzlZDplmfX5YvSURi7CTXHqzQDtSgRSBEzcNc7cu6wq6NE/ShLCy qRrREidw0IhvRZP6CURGJ5zuhHal8lQ+aV9pFNKzalibP8VEWplZED42QOunUHzQN3 SeFjNnO6Xhln05OPO4Di6LwIhExTOWf6jGCcv1Ak= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/113959] Optimize `__builtin_isnan(x) || __builtin_isinf(x)` to `__builtin_isfinite(x)` Date: Sat, 17 Feb 2024 00:33:20 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: middle-end 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: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- 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=3D113959 --- Comment #1 from Andrew Pinski --- Created attachment 57440 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D57440&action=3Dedit testcase from the godbolt link Next time attach the testcase or put it in line instead of just linking to godbolt.=