[PATCH] D25536: [APFloat] Make APFloat an interface class to the internal IEEEFloat. NFC.
Kit Barton via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 25 10:00:10 PDT 2016
kbarton accepted this revision.
kbarton added a comment.
This revision is now accepted and ready to land.
LGTM.
I went through this fairly carefully and couldn't spot anything wrong. I think there are some opportunities to make some of the methods const, but that would be outside the scope of this patch.
https://reviews.llvm.org/D25536
More information about the llvm-commits
mailing list