From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 3C2B53856965; Mon, 26 Sep 2022 16:33:15 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 3C2B53856965 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1664209995; bh=wBc2m1uTODupBkABbMGPRXTDH/FRm1MRUsuUN1gNJ78=; h=From:To:Subject:Date:In-Reply-To:References:From; b=HQmYASq9WjwmEs8C3nY66T591fXljdzIwUM5DhMd0dK0C5dhLNFofj+r0uH/YjQYI pKVT07ydIADhJw4WgbfmE7jhVBjTohNLHY/bxVtRaPvGPX4vBMsjAZQvV2k1y2DpOr 46qR5A91g8Gng57sIGc+za3u+2UuwSiWTR4gB6e8= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug rtl-optimization/78085] extra sign extend if used to store in 32bit and return 64bit and the upper bits are known to be zeroed. Date: Mon, 26 Sep 2022 16:33:14 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: rtl-optimization X-Bugzilla-Version: 6.2.0 X-Bugzilla-Keywords: 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: 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=3D78085 --- Comment #4 from Andrew Pinski --- Most likely r13-1942-gc23a9c87cc62bd .=