]> git.ipfire.org Git - thirdparty/gcc.git/commit
Convert CFN_CTZ builtins to range-ops.
authorAndrew MacLeod <amacleod@redhat.com>
Tue, 20 Sep 2022 22:19:30 +0000 (18:19 -0400)
committerAndrew MacLeod <amacleod@redhat.com>
Thu, 22 Sep 2022 18:48:29 +0000 (14:48 -0400)
commit55738d8d96bb4f39a72cf5e3739d35b39fc2146a
treee97fd4141f4d1876f2a450a1d391512f870624d3
parentae1669a98656cca594fcd2fef6bd2cd7308a361f
Convert CFN_CTZ builtins to range-ops.

* gimple-range-fold.cc (range_of_builtin_int_call): Remove case
for CFN_CTZ.
* gimple-range-op.cc (class cfn_ctz): New.
(gimple_range_op_handler::maybe_builtin_call): Set arguments.
gcc/gimple-range-fold.cc
gcc/gimple-range-op.cc