From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 420FA385841C; Tue, 9 Apr 2024 12:53:55 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 420FA385841C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1712667235; bh=fVtNdch5mki3ikop9q9ubl8qWkwwI9WMAPLjI6p1/hA=; h=From:To:Subject:Date:In-Reply-To:References:From; b=nTcsB873wG3oj5CJSKXTB38PmyHOabDae9HFy/i5CxlcKJ73ELQGdD9H3sR9kyLbc YJp+mugUsVQ2890otse43q1K87NacZj42troAFh4UnB6qgIqTzYNLk5E4WwX/ZUjl0 eH1cdSuPk7L8FIdLV0+JKjsuIhchffdsuEnz51vc= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/114653] Not vectorizing the loop with openmp reduction. Date: Tue, 09 Apr 2024 12:53:53 +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: openmp X-Bugzilla-Severity: normal X-Bugzilla-Who: rguenth 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: blocked keywords short_desc 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=3D114653 Richard Biener changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |53947 Keywords| |openmp Summary|Not vectoring the loop with |Not vectorizing the loop |openmp reduction. |with openmp reduction. --- Comment #1 from Richard Biener --- Note the cited problem isn't the problem. There's several OMP reduction vectorizing PRs already. Referenced Bugs: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D53947 [Bug 53947] [meta-bug] vectorizer missed-optimizations=