From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id AD8933858D35; Thu, 9 Nov 2023 14:25:54 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org AD8933858D35 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1699539954; bh=gJliGiyf83jOCuGSg4h/n5CC34PH7QbyS5twZlahQuM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Ky3MbchZLBd6O2Fyx+8Qw3S44vTVxAltWEM14FTnFGYsr4X927uUfg0SzVRhyDrrq qPHJlJNfuTFa8niGJ57870X/C4m/Sv9Ob4Ex4eeAQKuCfKykcA2ZUKCEaD7udiLqLx 6Op90jWz1G9/sec8kfpv/zZGUNsfKlEpDAPxEmFk= From: "tnfchris at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/109154] [13 regression] jump threading de-optimizes nested floating point comparisons Date: Thu, 09 Nov 2023 14:25:54 +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: tnfchris at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: tnfchris at gcc dot gnu.org X-Bugzilla-Target-Milestone: 14.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: short_desc bug_status target_milestone resolution 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=3D109154 Tamar Christina changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|[13/14 regression] jump |[13 regression] jump |threading de-optimizes |threading de-optimizes |nested floating point |nested floating point |comparisons |comparisons Status|NEW |RESOLVED Target Milestone|13.3 |14.0 Resolution|--- |FIXED --- Comment #82 from Tamar Christina --- This should give better performance then GCC-12. The patches are not backportable so closing as resolved in GCC-14.=