[PATCH] D36961: [APFloat] Fix IsInteger() for DoubleAPFloat
Davide Italiano via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 21 08:18:33 PDT 2017
davide added a comment.
Couple of notes:
1. If nobody is using this code, we might as well consider removing it from the tree (as it seems unmaintained, and partly untested).
2. I'm nowhere near an expert in floating point arithmetic, so the amended implementation might be wrong. Comments appreciated.
https://reviews.llvm.org/D36961
More information about the llvm-commits
mailing list