[clang] [clang] Lower modf builtin using `llvm.modf` intrinsic (PR #126750)

Eli Friedman via cfe-commits cfe-commits at lists.llvm.org
Tue Feb 11 13:48:53 PST 2025


efriedma-quic wrote:

Can you just move the modf handling into the section for non-math intrinsics?  It's not a "math intrinsic" in this context: it doesn't set errno or raise exceptions.

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


More information about the cfe-commits mailing list