[all-commits] [llvm/llvm-project] 9f0ccd: RuntimeLibcalls: Stop opting out of exp10
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Tue Jul 15 00:20:30 PDT 2025
Branch: refs/heads/users/arsenm/runtime-libcalls/stop-opt-out-exp10
Home: https://github.com/llvm/llvm-project
Commit: 9f0ccddf2a38d6d557b57408ea6f720ed281a2c2
https://github.com/llvm/llvm-project/commit/9f0ccddf2a38d6d557b57408ea6f720ed281a2c2
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2025-07-15 (Tue, 15 Jul 2025)
Changed paths:
M llvm/include/llvm/IR/RuntimeLibcalls.td
M llvm/lib/IR/RuntimeLibcalls.cpp
A llvm/test/CodeGen/Generic/fp128-exp10-libcall.ll
M llvm/test/CodeGen/Generic/fp128-math-libcalls.ll
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.
Commit: 465db6573e30677f614462f7c017f9cc54f5a5d1
https://github.com/llvm/llvm-project/commit/465db6573e30677f614462f7c017f9cc54f5a5d1
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2025-07-15 (Tue, 15 Jul 2025)
Changed paths:
M llvm/test/CodeGen/Generic/fp128-exp10-libcall.ll
Log Message:
-----------
Update llvm/test/CodeGen/Generic/fp128-exp10-libcall.ll
Co-authored-by: Trevor Gross <tmgross at umich.edu>
Compare: https://github.com/llvm/llvm-project/compare/c35ac3c09d81...465db6573e30
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