From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id F0D583858C2C; Sun, 27 Nov 2022 06:52:29 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org F0D583858C2C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1669531949; bh=dvxC1GyFcPjNPyaSH4yHiITejYhuhT5bk5bxRM0xllk=; h=From:To:Subject:Date:In-Reply-To:References:From; b=arihWhe9vKtvf2QQzGX/7sKE7MmVo8AhBYZrk7FkwyIcargo/mG63f1/URbGD6ToZ dyu/vRErzVO1muO2CGVZ3cNkYKjJKtSuGF4qj7ZxqIS4XYinSXVqF65gqk/NCznrya eXY46WdNM3SM8V/1D3GYCUmUaUot1LckLIqT0LtY= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/88916] [x86] suboptimal code generated for integer comparisons joined with boolean operators Date: Sun, 27 Nov 2022 06:52:29 +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: 8.2.0 X-Bugzilla-Keywords: missed-optimization X-Bugzilla-Severity: enhancement X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 11.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: see_also resolution bug_status target_milestone 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=3D88916 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://gcc.gnu.org/bugzill | |a/show_bug.cgi?id=3D96681, | |https://gcc.gnu.org/bugzill | |a/show_bug.cgi?id=3D95731 Resolution|--- |FIXED Status|NEW |RESOLVED Target Milestone|--- |11.0 --- Comment #5 from Andrew Pinski --- different_sign was fixed by r11-6738-g5c046034e3ea61 (aka PR 96681) both_nonnegative was fixed by r11-6609-g13d47c37a2c043f3e598 (aka PR 95731) So closing as fixed.=