[llvm] Delete the incorrect assert that assumes size of `APFloat` is the same as `IEEEFloat`. (PR #111780)
via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 9 19:33:14 PDT 2024
Ariel-Burton 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`?
>
> If so, at least we can assert `sizeof(APFloat) == sizeof(APFloat::Storage)`.
That won't work --- see my reply to your earlier comment.
https://github.com/llvm/llvm-project/pull/111780
More information about the llvm-commits
mailing list