From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 0462B385842C; Fri, 16 Feb 2024 08:22:55 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 0462B385842C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1708071776; bh=qafx7LP6NMUCTB/RyyhYINjiu7TD+CDlXyk+RkwnnAQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=RHIbFTFE/pA9URwnbMTlwTGM9W3nTtVx7U2frXugOgw+NIushXPgt0C9IwqEvEtf+ B8kN/WIgMAlBxc9E6S0yf9Unru9z+6DaIIrdOYKTlix5alsKwDixd69QyYMMLF8gsH GaiST/S4C4aRZJLIYLgyt6bQbXN516Z5OWY5FVV8= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/51848] GCC is not able to vectorize when a constant value is also added to the sum of array expression inside a loop. Date: Fri, 16 Feb 2024 08:22: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: 4.7.0 X-Bugzilla-Keywords: missed-optimization X-Bugzilla-Severity: normal X-Bugzilla-Who: rguenth at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED 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: keywords bug_status resolution cf_known_to_work 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=3D51848 Richard Biener changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|needs-bisection | Status|NEW |RESOLVED Resolution|--- |FIXED Known to work| |11.4.1 --- Comment #6 from Richard Biener --- long fixed.=