From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id BDC76385800A; Sat, 26 Nov 2022 20:43:02 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org BDC76385800A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1669495382; bh=TPsUi3ZPwRP6xLMlu6ln/S5nf49TFuLfN3JnKMSakfc=; h=From:To:Subject:Date:In-Reply-To:References:From; b=WlpZ5JIB2ucd7SLMdDzBXNSWOLCtO0t0ozyhjsPRp7xcdVmsttN4Vfnxjp/uS3RBW 9xxE8h93nx8d9uP8vtZVgAQ1ER7agIEVweKrjgrdIoNSWekO5C1MDOk67h8gN4JvXV 6fIj0GlMCWi/Ez2BxNo5VRJueSLi6OAoTq8UrBTE= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/94617] Simple if condition not optimized Date: Sat, 26 Nov 2022 20:43:01 +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: 10.0 X-Bugzilla-Keywords: missed-optimization X-Bugzilla-Severity: normal 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: cf_reconfirmed_on everconfirmed 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=3D94617 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Last reconfirmed| |2022-11-26 Ever confirmed|0 |1 Status|UNCONFIRMED |NEW --- Comment #9 from Andrew Pinski --- I think this is a side effect of what I mentioned in PR 107642 : "Note this is not exactly true as there is code which does that again in dojump.cc:"=