From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 338813858D28; Fri, 10 Feb 2023 10:07:55 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 338813858D28 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1676023675; bh=krSPsUQI+VdgymnrN0PDZpIzJ07sTnd1SQk5T6P+k+Y=; h=From:To:Subject:Date:In-Reply-To:References:From; b=e6PZhnrCwUsFwp/OsPklKUjUhceqy6Hw5IPEXAEJAxlm8PXw7o6FuZ/4SSEHNCbyp 1jB2+0oaWoGtD5RQtgydXUv/Q9PhIxl2Su1kqlzYRM6E/2PA6gFc4sZ5bukWg5qpB4 ffcw+cRrLudhk7SZstG4P22eWxquRHRL9ahPmXCo= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/108724] [11/12/13 Regression] Poor codegen when summing two arrays without AVX or SSE Date: Fri, 10 Feb 2023 10:07:55 +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: rguenth at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: rguenth at gcc dot gnu.org X-Bugzilla-Target-Milestone: 11.4 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: priority short_desc target_milestone 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=3D108724 Richard Biener changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P3 |P2 Summary|Poor codegen when summing |[11/12/13 Regression] Poor |two arrays without AVX or |codegen when summing two |SSE |arrays without AVX or SSE Target Milestone|--- |11.4=