From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 87F483858002; Sat, 23 Sep 2023 21:08:42 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 87F483858002 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1695503322; bh=9q58IxiFDy5Qv7+lhymQWQyM/WbFW9qrQXOTSYkT7iw=; h=From:To:Subject:Date:In-Reply-To:References:From; b=OKggiMZ8YnLtJbNNLagrpQInupo06pFjb/GlmQNdilahD0XL/R3e2cw9BGFU8wQyh a9DVLBXAn9PylCrN7JdF0JEKCDfCQA0zlGEwGRG7efRUPEBXUyRQne6VY8CYwCi8XS qsGf48BBklAtiiPP3AOq7GY9mwihvXHkfmZoluzs= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/53947] [meta-bug] vectorizer missed-optimizations Date: Sat, 23 Sep 2023 21:08:42 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: dep_changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: tree-optimization X-Bugzilla-Version: 4.8.0 X-Bugzilla-Keywords: meta-bug, missed-optimization X-Bugzilla-Severity: enhancement X-Bugzilla-Who: rguenth 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_status resolution 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=3D53947 Bug 53947 depends on bug 25621, which changed state. Bug 25621 Summary: Missed optimization when unrolling the loop (splitting u= p the sum) (only with -ffast-math) https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D25621 What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED=