[llvm] InstCombine: Try to use exp10 intrinsic instead of libcall (PR #92287)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Fri May 17 00:27:59 PDT 2024


arsenm wrote:

> > This broke mac and ios targets, with a missing exp10 symbol at link time.
> 
> Testcase? That suggest TargetLibraryInfo is incorrectly reporting exp10 as available

This seems pretty well covered already: https://github.com/llvm/llvm-project/blob/e0a293d12f3fe1c2a284e2e116cfa77d894da49f/llvm/lib/Analysis/TargetLibraryInfo.cpp#L537



https://github.com/llvm/llvm-project/pull/92287


More information about the llvm-commits mailing list