From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 12228385CC93; Mon, 2 Oct 2023 10:53:46 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 12228385CC93 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1696244027; bh=UbJDxLU72QzDVZo5tIcYfZ22N91stibC/FA2JI4F5zA=; h=From:To:Subject:Date:In-Reply-To:References:From; b=SIlUmUgS0VFvjDUq90R6n+g4EuWHHy1DK6WyC6T7Ne4mGA/BaeA9eHwjo7xLDj5UP X3jtISaPHKv6ZN/lkwdDWThLYYlH4XHpowjtUTpuX1TQtqxoigGKyO4gD8u6ilxkKb bnBwd5V1wN4Wptgms3VegYImmK4ZvJLRq5qjLxCE= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/109154] [13/14 regression] jump threading de-optimizes nested floating point comparisons Date: Mon, 02 Oct 2023 10:53:43 +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: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: tnfchris at gcc dot gnu.org X-Bugzilla-Target-Milestone: 13.3 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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 --- Comment #69 from CVS Commits --- The master branch has been updated by Tamar Christina : https://gcc.gnu.org/g:19610580d49f3d2d8d511fba55b39efa0764dfc2 commit r14-4361-g19610580d49f3d2d8d511fba55b39efa0764dfc2 Author: Tamar Christina Date: Mon Oct 2 11:48:26 2023 +0100 ifcvt: replace C++ sort with vec::qsort [PR109154] As requested later on, this replaces the C++ sort with vec::qsort. gcc/ChangeLog: PR tree-optimization/109154 * tree-if-conv.cc (INCLUDE_ALGORITHM): Remove. (cmp_arg_entry): New. (predicate_scalar_phi): Use it.=