[llvm] [APFloat] Add APFloat::format (PR #99088)

Eli Friedman via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 16 14:25:52 PDT 2024


https://github.com/efriedma-quic commented:

Can any of the code be shared with toString?

Do we really want to mimic the old llvm::write_double API, as opposed to doing something closer to std::to_chars?

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


More information about the llvm-commits mailing list