public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "cvs-commit at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug tree-optimization/115224] (a ^ 1) & (a ^ ~1) is not optimized to 0 at the gimplelevel
Date: Wed, 29 May 2024 15:54:44 +0000	[thread overview]
Message-ID: <bug-115224-4-xVCA5XgZv8@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-115224-4@http.gcc.gnu.org/bugzilla/>

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115224

--- Comment #3 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The trunk branch has been updated by Andrew Pinski <pinskia@gcc.gnu.org>:

https://gcc.gnu.org/g:547143df5aa0960fb149a26933dad7ca1c363afb

commit r15-908-g547143df5aa0960fb149a26933dad7ca1c363afb
Author: Andrew Pinski <quic_apinski@quicinc.com>
Date:   Sun May 26 17:38:37 2024 -0700

    match: Add support for `a ^ CST` to bitwise_inverted_equal_p [PR115224]

    While looking into something else, I noticed that `a ^ CST` needed to be
    special casing to bitwise_inverted_equal_p as it would simplify to `a ^
~CST`
    for the bitwise not.

    Bootstrapped and tested on x86_64-linux-gnu with no regressions.

            PR tree-optimization/115224

    gcc/ChangeLog:

            * generic-match-head.cc (bitwise_inverted_equal_p): Add `a ^ CST`
            case.
            * gimple-match-head.cc (gimple_bit_xor_cst): New declaration.
            (gimple_bitwise_inverted_equal_p): Add `a ^ CST` case.
            * match.pd (bit_xor_cst): New match.
            (maybe_bit_not): Add bit_xor_cst case.

    gcc/testsuite/ChangeLog:

            * gcc.dg/tree-ssa/bitops-8.c: New test.

    Signed-off-by: Andrew Pinski <quic_apinski@quicinc.com>

  parent reply	other threads:[~2024-05-29 15:54 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-25  4:59 [Bug tree-optimization/115224] New: " pinskia at gcc dot gnu.org
2024-05-25  4:59 ` [Bug tree-optimization/115224] " pinskia at gcc dot gnu.org
2024-05-27  1:05 ` pinskia at gcc dot gnu.org
2024-05-29 15:54 ` cvs-commit at gcc dot gnu.org [this message]
2024-05-29 16:00 ` pinskia at gcc dot gnu.org
2024-05-30  3:56 ` pinskia at gcc dot gnu.org

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-115224-4-xVCA5XgZv8@http.gcc.gnu.org/bugzilla/ \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).