[PATCH] D154765: APFloat: Add some missing function declarations
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 10 11:57:17 PDT 2023
arsenm added a comment.
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
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