Open k-arrows opened 2 weeks ago
Hi!
This issue may be a good introductory issue for people new to working on LLVM. If you would like to work on this issue, your first steps are:
test/
create fine-grained testing targets, so you can e.g. use make check-clang-ast
to only run Clang's AST tests.git clang-format HEAD~1
to format your changes.If you have any further questions about this issue, don't hesitate to ask via a comment in the thread below.
@llvm/issue-subscribers-good-first-issue
Author: None (k-arrows)
Should first add TLI support for scalbln/scalbn.
llvm.ldexp will be constant folded. Surprisingly these are not resulting in llvm.ldexp, and are using the libcalls
I am interested in this issue, please assign it to me. Thank you
Consider the following example. https://godbolt.org/z/54xsG8WTr