[llvm] [ConstantFolding] Add support for llvm.atan in constant folding. (PR #143416)

Joshua Cranmer via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 10 11:15:27 PDT 2025


jcranmer-intel wrote:

`atan(-0.0)` is `-0.0` per IEEE 754, so it's a problem if it's being folded to `+0.0`.

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


More information about the llvm-commits mailing list