From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 119B03858D35; Sun, 5 Mar 2023 19:18:05 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 119B03858D35 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1678043886; bh=Y6Mblqbdwh9My6OkqwYycuXHxMUA188Fjx3X3bh7FDo=; h=From:To:Subject:Date:In-Reply-To:References:From; b=KnXO68tBz7KYj8alygi0SSwq6jPuIgODefCvvxzFliuP78ibU7jZBLy8Ka47DEeaZ +Y2FezqMcmrSOcVLbl3T3DMG5zFoCH8R7GpeNj3vLm70qHFglsV/nffWrVfcjugS50 wur9m6pTg6wCS/r49eLEpf+HXClkPcG8yKt7Jdnc= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/109029] __builtin_signbit for 64bit fp does not vectorize Date: Sun, 05 Mar 2023 19:18:05 +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: unknown X-Bugzilla-Keywords: missed-optimization X-Bugzilla-Severity: enhancement X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: NEW 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: bug_severity bug_status blocked short_desc component cf_reconfirmed_on everconfirmed 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=3D109029 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |enhancement Status|UNCONFIRMED |NEW Blocks| |53947 Summary|std::signbit(double) |__builtin_signbit for 64bit |generates very inefficient |fp does not vectorize |code | Component|target |tree-optimization Last reconfirmed| |2023-03-05 Ever confirmed|0 |1 --- Comment #2 from Andrew Pinski --- missed: mismatched vector sizes const vector(2) double and vector(2) int Referenced Bugs: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D53947 [Bug 53947] [meta-bug] vectorizer missed-optimizations=