]> git.ipfire.org Git - thirdparty/gcc.git/commit
Implement operator_bitwise_or for prange.
authorAldy Hernandez <aldyh@redhat.com>
Wed, 20 Mar 2024 09:29:50 +0000 (10:29 +0100)
committerAldy Hernandez <aldyh@redhat.com>
Sat, 4 May 2024 08:25:51 +0000 (10:25 +0200)
commit6b9e640d49138183aaeee67f2dcf3de329318d27
tree57b2727549ac5be621709c8154b4e3bedbcaacbf
parente58f14916954411628eb122da996383b8c996b57
Implement operator_bitwise_or for prange.

We seem to have a range-op entry for pointer bitwise OR that we've
inherited from the original VRP implementation, but it never gets
used.  If this is not valid gimple, we can safely remove this entry.

gcc/ChangeLog:

* range-op-mixed.h: Add overloaded declarations for pointer variants.
* range-op-ptr.cc (operator_bitwise_or::pointers_handled_p): New.
gcc/range-op-mixed.h
gcc/range-op-ptr.cc