Files
clang-p2996/clang/test/CodeGen/X86
Serge Pavlov 7d6c2e1811 [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
2023-07-11 21:34:53 +07:00
..
2022-10-22 08:05:22 +08:00
2022-10-27 17:20:07 +08:00
2023-07-07 08:41:11 -04:00
2023-07-07 08:41:11 -04:00