[llvm] [APFloat] Fix `IEEEFloat::addOrSubtractSignificand` and `IEEEFloat::normalize` (PR #98721)
via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 25 13:39:48 PDT 2024
beetrees 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.
Done. I also had to make the fields of `IEEEFloat` `protected`.
https://github.com/llvm/llvm-project/pull/98721
More information about the llvm-commits
mailing list