[clang] [Clang] Implement __builtin_fpclassify (PR #190848)

Andy Kaylor via cfe-commits cfe-commits at lists.llvm.org
Tue Apr 7 16:34:51 PDT 2026


andykaylor wrote:

Why is this needed? It updates clang to use the `llvm.is.fpclass` intrinsic rather than direct operations that deduce the same information, but is that necessary?

https://github.com/llvm/llvm-project/pull/190848


More information about the cfe-commits mailing list