[llvm] [ValueTracking] Fix frexp exponent range for nan/inf inputs (PR #202447)

Joshua Cranmer via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 9 03:54:21 PDT 2026


jcranmer-intel wrote:

> IIRC C does not specify the result for inf/nan for the exponent

Both the body of the spec and Annex F leave the exponent value unspecified for inf/NaN input values.

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


More information about the llvm-commits mailing list