diff options
author | Nikolas Klauser <nikolasklauser@berlin.de> | 2025-03-24 07:30:45 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-24 07:30:45 +0100 |
commit | 66531c998aa76bfb5538a28656b979c268e7b126 (patch) | |
tree | ff27fd43ef7b14954145fadc22e4941c728f134d /llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp | |
parent | e3bd1f2b3f2ff8317e72fc828db8bcdbeb50b1aa (diff) | |
download | llvm-66531c998aa76bfb5538a28656b979c268e7b126.zip llvm-66531c998aa76bfb5538a28656b979c268e7b126.tar.gz llvm-66531c998aa76bfb5538a28656b979c268e7b126.tar.bz2 |
[libc++] Remove one of the std::signbit overloads (#130505)
We'e specialized `std::signbit` for signed and unsigned integral types
seperately, even though the optimizer can trivially figure out that
`unsigned_value < 0` always false is. This patch removes the
specialization, since there is really not much of a benefit to it.
Diffstat (limited to 'llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp')
0 files changed, 0 insertions, 0 deletions