From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 432143858D3C; Sun, 28 May 2023 00:37:12 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 432143858D3C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1685234232; bh=qzM3E8cOXxmWXxnc5KcIFLMf7ONXzx5TFAn4FEAJGhE=; h=From:To:Subject:Date:In-Reply-To:References:From; b=TjfUEHGiX9HqccLI042sbpNhOlMK4Xa237SYoar10dmPIYOfZK6QisdNlm/VUY0Wj 9W+9kE/Vorvd0NM5nmPOKLRi4EVJG508TIIvDsM53xrrmeOplSMTF0uBpspI6U4yVf giE4j00sP6HBU0auHT5gdB0qhZzECzUddtbLdEQw= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/110010] (a>>N) != (b>>N) is not optimized to (a^b) >= (1< 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=3D110010 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |enhancement=