[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:49:40 PDT 2023


nikic added a comment.

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.


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