From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 97CAE38582B8; Thu, 22 Sep 2022 10:53:04 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 97CAE38582B8 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1663843984; bh=QHroBd0D7ON3dRIj2CE2D9LTp43LYMMipEawz6AnWvU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=T6q9oOKSqDo4N0LCMA08F1XBPilh/z7/MZDUF/x0D1LcVYCFEXKcxBX7Wr0rik7is FcCq5BEQtbcIBpka3AlbXjW0LW477+DjkAFFFuRl9FtP5SutYAZRnyyRUUEWmi3QWw I6Y2+i2x0yamYTeaAsMs0ihiX+cPN+MuUq4KsYZM= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/99407] s243 benchmark of TSVC is vectorized by clang and not by gcc, missed DSE Date: Thu, 22 Sep 2022 10:53:04 +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: 11.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: resolution cf_known_to_work 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=3D99407 Richard Biener changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Known to work| |13.0 Status|NEW |RESOLVED --- Comment #4 from Richard Biener --- Fixed for GCC 13.=