From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 516F03858D37; Mon, 15 Apr 2024 13:28:18 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 516F03858D37 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1713187698; bh=/V+Nrn9uWytzR1Gt2jYGlKsMLIkS8TausXQ2oKEIwEs=; h=From:To:Subject:Date:In-Reply-To:References:From; b=QrJVGmF679JtDFeNFBMAhesRO7fph4PIZ2pXx6qk72tNuVbMicLEDcYFbli7EvZuy fUSWVA2DTCkB5/Cjx3F4Biof1WvIsrnAYLMTHFlGrsHfAqfKtdf0DLfTm61/YFWXX0 eCpIoh7bi13h6ppwB7R1rBa+vJUs+Wbeqagx6RD0= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/109964] auto-vectorization of shift ignores integral promotions Date: Mon, 15 Apr 2024 13:28:16 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 13.1.0 X-Bugzilla-Keywords: wrong-code X-Bugzilla-Severity: normal 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: 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=3D109964 --- Comment #6 from Richard Biener --- I think this has been fixed now?=