[PATCH] D154765: APFloat: Add some missing function declarations

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 10 11:59:27 PDT 2023


nikic added a comment.

In D154765#4486295 <https://reviews.llvm.org/D154765#4486295>, @arsenm wrote:

> In D154765#4486268 <https://reviews.llvm.org/D154765#4486268>, @nikic wrote:
>
>> In D154765#4486245 <https://reviews.llvm.org/D154765#4486245>, @arsenm wrote:
>>
>>> These should be used for constant folding of ldexp and frexp
>>
>> We probably don't support constant folding for pcc_fp128. Or at least I don't see how it would work without the declarations.
>
> D149587 <https://reviews.llvm.org/D149587> introduces the constant folding of ldexp. I haven't gotten around to posting the frexp patch yet

This is working on APFloat though, not on DoubleAPFloat.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D154765/new/

https://reviews.llvm.org/D154765



More information about the llvm-commits mailing list