Issue |
131179
|
Summary |
[libc++] Replace uses of `__libcpp_ctz` by `__countr_zero`
|
Labels |
libc++
|
Assignees |
|
Reporter |
ldionne
|
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 https://github.com/llvm/llvm-project/pull/122641#discussion_r1972052176_
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs