From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 6ADAD3858D20; Sat, 18 Nov 2023 21:55:56 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 6ADAD3858D20 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1700344556; bh=g4fXBBJt6cnDA9CuEshx3Rp5FQMjmcu5fROjDmOdzME=; h=From:To:Subject:Date:In-Reply-To:References:From; b=yMHC0hfjXygT0PB87J/eZsiDfR1TwIul1IbOQlTpnI9BxHdsxYc+wdUoN1X/WaSV7 xSIkOY1cTJ8oD5o9yFfX0B5oPcF8cLAnmyQUAP+siz77xewaMoqoQ+u2nyFFqg+PuQ tsiOb+Y/F88g9XnlOBDoaYhwNlQ+mFnFjqVdjofg= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/112572] [14 regression] LLVM miscompiled since r14-5355-g3cd3a09b3f91a1 Date: Sat, 18 Nov 2023 21:55:56 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: middle-end X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: wrong-code X-Bugzilla-Severity: blocker X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P1 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 14.0 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=3D112572 --- Comment #20 from Andrew Pinski --- (In reply to Andrew Pinski from comment #18) > compare-elim.cc depends on up to date REG_UNUSED and between before > vzeroupper and cmpelim the note gets out of date. Note it depends on it indirectly via single_set in fact any pass that uses single_set will depends on the REG_UNUSED notes to be up to date.=