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

Thorsten Schütt via llvm-commits llvm-commits at lists.llvm.org
Sat Jul 20 08:58:21 PDT 2024


tschuett wrote:

`ÌEEEFloat` is currently `final`. Could make it not final with a comment: "not final for testing".
Make `addOrSubtractSignificand` protected. Then you can inherit from `IEEEFloat` for testing.

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


More information about the llvm-commits mailing list