[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 03:05:32 PDT 2024


glandium wrote:

Before the change, this compiled to use __exp10, now, it uses exp10.

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


More information about the llvm-commits mailing list