[PATCH] D34518: [ADT] Add llvm::to_float

Zachary Turner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 22 10:40:16 PDT 2017


zturner accepted this revision.
zturner added a comment.
This revision is now accepted and ready to land.

We also have `APFloat::convertFromString`, but it looks like it doesn't easily support `long double`.  So, I guess this seems fine to me, but maybe wait a little longer and see if anyone else has suggestions


https://reviews.llvm.org/D34518





More information about the llvm-commits mailing list