[llvm] Delete the incorrect assert that assumes size of `APFloat` is the same as `IEEEFloat`. (PR #111780)

Yingwei Zheng via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 9 19:28:30 PDT 2024


dtcxzyw wrote:

>  not all the members of APFloat is IEEE.

Oh I see. Do you add a new impl whose size is larger than `detail::IEEEFloat`?


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


More information about the llvm-commits mailing list