From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 46AAF385E836; Wed, 8 May 2024 11:51:08 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 46AAF385E836 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1715169068; bh=CpW3nfNVMYMqJ5hmP1df42pH+lE4kjELkRPqYGsT/8U=; h=From:To:Subject:Date:In-Reply-To:References:From; b=S7Z7IXw/FOmeAyI6iJMdyGd1+4+v8YffSC7GvMlXXUtWyDXA3n86lgZsGKJ3pJcNN cVpaRliGVSKMVOGzrr//U8tAZKYMNN5QOthOMTbsru11cQBr72PhcYxw3mII8UmXsU Dha775MyU6CLitqHIkuL71dgHDU35GPUdJc7ypWE= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/112961] [13 Regression] middle-end Missed vectorization: failed to vectorize simple reduction max since GCC-13 Date: Wed, 08 May 2024 11:51:07 +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: 14.0 X-Bugzilla-Keywords: missed-optimization, needs-bisection X-Bugzilla-Severity: normal X-Bugzilla-Who: rguenth at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: rguenth at gcc dot gnu.org X-Bugzilla-Target-Milestone: 13.3 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cf_known_to_fail cf_known_to_work resolution bug_status 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=3D112961 Richard Biener changed: What |Removed |Added ---------------------------------------------------------------------------- Known to fail| |13.2.0 Known to work| |13.2.1 Resolution|--- |FIXED Status|ASSIGNED |RESOLVED --- Comment #12 from Richard Biener --- Fixed.=