From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 0EBF3388264A; Tue, 9 Apr 2024 22:36:05 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 0EBF3388264A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1712702165; bh=ZN3KJk5xemotN1+9vtS75Dtu+HmEmQI3ono3Z2OqkIE=; h=From:To:Subject:Date:In-Reply-To:References:From; b=nz1jKKqVKixf6xTlaTyOLkaJsMEMJwMBStrLCAxlby9gwFhBjOnIRir6Owd/ckWZm Y7NjcTePMFNxVbySfN4PFnexkxpI91tAD2wP5xz1xjmPhnP5OjlcCh7LqQ8I9X43JD KdlukT5d+2XdqGv+KY8kmZXKTtAOHPyzU/r+vqOs= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/114669] use >= comparison when testing high bits Date: Tue, 09 Apr 2024 22:36: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: 14.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: bug_status bug_severity cf_reconfirmed_on everconfirmed 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=3D114669 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Severity|normal |enhancement Last reconfirmed| |2024-04-09 Ever confirmed|0 |1 --- Comment #2 from Andrew Pinski --- Confirmed.=