[llvm] [APFloat] Fix `IEEEFloat::addOrSubtractSignificand` and `IEEEFloat::normalize` (PR #98721)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 1 09:03:36 PDT 2024


https://github.com/arsenm approved this pull request.

lgtm but I think there are better options than making this protected. Can the test function just be a friend, adding public accessors, or adding another base class for the tester subclass 

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


More information about the llvm-commits mailing list