Closed
Description
For a follow-up patch, we should replace uses of
__libcpp_ctz
in the codebase by calls to__countr_zero
(there's only a few). This will eventually allow us to clean up__libcpp_ctz
altogether.
Originally posted by @ldionne in #122641 (comment)