From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id F2C06385C6F7; Wed, 27 Mar 2024 21:03:17 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org F2C06385C6F7 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1711573397; bh=K8z7gZ5nODjJDsL+10FicU6vMs/QUlu7Ik+kQaYxLRo=; h=From:To:Subject:Date:In-Reply-To:References:From; b=sJSpHQXLy1otttdbmarj7+m7AUXSfd7OHFohM59YdSQTgbbXs/S0PJINABsUcBpDx /x+PDnzqj1eA+ONxFluq5Fd5UQE4gvUoRYf5CanjfPIYA1xHqEi9JA0fotm/lFHa7g pWb2tmDeUdy/j7tx8VzGCQ56UDCWKtL6KBjFD48c= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/53947] [meta-bug] vectorizer missed-optimizations Date: Wed, 27 Mar 2024 21:03:17 +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: 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: 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 114476, which changed state. Bug 114476 Summary: [13/14 Regression] wrong code with -fwrapv -O3 -fno-vec= t-cost-model (and -march=3Darmv9-a+sve2 on aarch64 and -march=3Drv64gcv on = riscv) https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D114476 What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |DUPLICATE=