[clang] [llvm] [SPIRV] Add OpInf support for isinf hlsl intrinsic (PR #156570)

Deric C. via cfe-commits cfe-commits at lists.llvm.org
Wed Sep 3 14:00:16 PDT 2025


Icohedron wrote:

> Is there some reason clang can't just generate a call to `llvm.is.fpclass`?

We don't use the builtin `llvm.is.fpclass` because it gets removed by fast math optimizations.

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


More information about the cfe-commits mailing list