diff options
author | Nikolas Klauser <nikolasklauser@berlin.de> | 2025-06-11 14:27:48 +0200 |
---|---|---|
committer | Nikolas Klauser <nikolasklauser@berlin.de> | 2025-06-11 14:29:52 +0200 |
commit | b49c7896c0a31ca618098b52a28eb87dff625b8f (patch) | |
tree | 54279c26f56fd9369efe5a90f2d44be146c7cfda /llvm/lib/Transforms/Utils/LoopUtils.cpp | |
parent | 50f534e21cfb47aaf44e1613f71b56cca55ba395 (diff) | |
download | llvm-b49c7896c0a31ca618098b52a28eb87dff625b8f.zip llvm-b49c7896c0a31ca618098b52a28eb87dff625b8f.tar.gz llvm-b49c7896c0a31ca618098b52a28eb87dff625b8f.tar.bz2 |
[libc++] Fix constraints in `__countr_zero` and `__popcount`
Currently these two functions are constrained on `is_unsigned`, which is
more permissive than what is required by the standard for their public
counterparts. This fixes the constraints to match the public functions
by using `__libcpp_is_unsigned_integer` instead.
Diffstat (limited to 'llvm/lib/Transforms/Utils/LoopUtils.cpp')
0 files changed, 0 insertions, 0 deletions