aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Transforms/Utils/LoopUtils.cpp
diff options
context:
space:
mode:
authorNikolas Klauser <nikolasklauser@berlin.de>2025-06-11 14:27:48 +0200
committerNikolas Klauser <nikolasklauser@berlin.de>2025-06-11 14:29:52 +0200
commitb49c7896c0a31ca618098b52a28eb87dff625b8f (patch)
tree54279c26f56fd9369efe5a90f2d44be146c7cfda /llvm/lib/Transforms/Utils/LoopUtils.cpp
parent50f534e21cfb47aaf44e1613f71b56cca55ba395 (diff)
downloadllvm-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