diff options
author | Serge Pavlov <sepavloff@gmail.com> | 2023-07-11 21:34:02 +0700 |
---|---|---|
committer | Serge Pavlov <sepavloff@gmail.com> | 2023-07-11 21:34:53 +0700 |
commit | 7d6c2e18114de9900d1b012cf9c219803b183f63 (patch) | |
tree | be480a1edc64f79a9bbabdc5150a0f4fdc0ac371 /llvm/tools/llvm-objdump/llvm-objdump.cpp | |
parent | 8ddd98f83136646bd4f88fe35919b0af03337b75 (diff) | |
download | llvm-7d6c2e18114de9900d1b012cf9c219803b183f63.zip llvm-7d6c2e18114de9900d1b012cf9c219803b183f63.tar.gz llvm-7d6c2e18114de9900d1b012cf9c219803b183f63.tar.bz2 |
[clang] Use llvm.is_fpclass to implement FP classification functions
Builtin floating-point number classification functions:
- __builtin_isnan,
- __builtin_isinf,
- __builtin_finite, and
- __builtin_isnormal
now are implemented using `llvm.is_fpclass`.
This change makes the target callback `TargetCodeGenInfo::testFPKind`
unneeded. It is preserved in this change and should be removed later.
Differential Revision: https://reviews.llvm.org/D112932
Diffstat (limited to 'llvm/tools/llvm-objdump/llvm-objdump.cpp')
0 files changed, 0 insertions, 0 deletions