From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 785FD3858C53; Fri, 25 Aug 2023 02:21:54 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 785FD3858C53 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1692930114; bh=LYAfO73EWdNR3z1hcCvlOj4T9m+V6LqgNhub0unj6/0=; h=From:To:Subject:Date:In-Reply-To:References:From; b=GIb4BSdTm5T9VCSIPoMlkk5IigEvqemdjBetJ4hgeIo4/bk/BpRRUid8wHMIRR0S6 0ncxI6i1oPoOym2rN6JUP9Qzh5sCWj6We6OIfEbWD65A4aZhKhS1J6zzoecYD3zuZz 5wUMTBUt5qOZGx94my8pC3lSkTvVaDtZLk2CGawQ= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/111149] bool0 != bool1 should be expanded as bool0 ^ bool1 Date: Fri, 25 Aug 2023 02:21:54 +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: missed-optimization X-Bugzilla-Severity: enhancement X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: pinskia at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: component short_desc 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=3D111149 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Component|tree-optimization |middle-end Summary|bool0 !=3D bool1 should be |bool0 !=3D bool1 should = be |convert into bool0 ^ bool1 |expanded as bool0 ^ bool1 --- Comment #1 from Andrew Pinski --- So this is an expansion issue rather than a GIMPLE issue.=