From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 58630384B11D; Wed, 17 May 2023 15:31:06 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 58630384B11D DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1684337466; bh=xSJHRTjmPapJQ7ZYbtHQVGyj7FLm36GuFj2rnxoaQCY=; h=From:To:Subject:Date:In-Reply-To:References:From; b=uoFpBfaLlx9VH32jmBhqT/YLWfhAlXgjf3wmUhcbfqv4hI8tqiknFy6UfzFTS0ccF 7EwmFQ+VCwxhyQO56Z4t4vLx6HFbWZWfVnOvGI1utQ0u4HcpL7zQd4Q7HGSX99G4QJ V0F5pW0YlS2+u/0LYRG875OMV4t1XUWIJY2yBg6s= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/109892] SLP failure with explicit fma Date: Wed, 17 May 2023 15:31:06 +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: 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: everconfirmed cf_reconfirmed_on bug_status bug_severity 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=3D109892 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Last reconfirmed| |2023-05-17 Status|UNCONFIRMED |NEW Severity|normal |enhancement --- Comment #1 from Andrew Pinski --- Confirmed. I Notice that clang/LLVM does not vectorize the __builtin_fma either. I also noticed for aarch64, GCC does not use faddp for the final reduction = (but I saw there was a patch submitted for that in 2021 but had not been updated= for the comments on it ...).=