]> git.ipfire.org Git - thirdparty/gcc.git/commit
[range-ops] Handle bitmasks for ABS_EXPR.
authorAldy Hernandez <aldyh@redhat.com>
Tue, 25 Jul 2023 16:35:08 +0000 (12:35 -0400)
committerAldy Hernandez <aldyh@redhat.com>
Wed, 26 Jul 2023 08:41:16 +0000 (10:41 +0200)
commit5346a2fcceb118fce1041646788a20fea6698c34
treeac7e13d433f80c4b3ab8694cb1b648654db996c9
parent4a188dee6287746b58c701517cb054766565c5e1
[range-ops] Handle bitmasks for ABS_EXPR.

gcc/ChangeLog:

* range-op-mixed.h (class operator_abs): Add update_bitmask.
* range-op.cc (operator_abs::update_bitmask): New.
gcc/range-op-mixed.h
gcc/range-op.cc