[PATCH] D14327: IR: Add llvm.ldexp and llvm.experimental.constrained.ldexp intrinsics
Artem Belevich via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 2 10:54:06 PDT 2023
tra added a comment.
In D14327#4312048 <https://reviews.llvm.org/D14327#4312048>, @arsenm wrote:
> The TargetLibraryInfo query says there is ldexp and then it doesn't work
Interesting. How exactly does it fail? I'm pretty sure we used to make libcalls unavailable in the past (I think we could not lower the calls to them), but I'm having a hard time finding that code now. It may have changed when we've improved handling the unsupported libcalls in NVPTX.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D14327/new/
https://reviews.llvm.org/D14327
More information about the llvm-commits
mailing list