[all-commits] [llvm/llvm-project] d2d945: RuntimeLibcalls: Stop opting out of exp10
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Mon Jul 14 03:16:18 PDT 2025
Branch: refs/heads/users/arsenm/runtime-libcalls/stop-opt-out-exp10
Home: https://github.com/llvm/llvm-project
Commit: d2d945225d2968ad0b619949eae18b13dc6d136f
https://github.com/llvm/llvm-project/commit/d2d945225d2968ad0b619949eae18b13dc6d136f
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2025-07-14 (Mon, 14 Jul 2025)
Changed paths:
M llvm/include/llvm/IR/RuntimeLibcalls.td
M llvm/lib/IR/RuntimeLibcalls.cpp
M llvm/test/CodeGen/X86/exp10-libcall-names.ll
A llvm/test/CodeGen/X86/exp10l-libcall-names.ll
Log Message:
-----------
RuntimeLibcalls: Stop opting out of exp10
This changes the behavior on old darwin triples for x86_fp80;
it now turns into an error instead of emitting exp10l. The comments
in TargetLibraryInfo suggest it never existed.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list