[llvm] InstCombine: Try to use exp10 intrinsic instead of libcall (PR #92287)
Mike Hommey via llvm-commits
llvm-commits at lists.llvm.org
Fri May 17 00:37:53 PDT 2024
glandium wrote:
It's complaining about exp10 being missing, not __exp10, so I guess the information from there is not correctly used.
https://github.com/llvm/llvm-project/pull/92287
More information about the llvm-commits
mailing list