[all-commits] [llvm/llvm-project] 9f09f2: X86: Start moving setLibcallName calls out of Targ...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Mon Jun 2 23:01:07 PDT 2025
Branch: refs/heads/users/arsenm/x86/move-runtime-libcall-config-out-of-tli
Home: https://github.com/llvm/llvm-project
Commit: 9f09f2e1a1fbd427ac6c50829e036f17c643eb82
https://github.com/llvm/llvm-project/commit/9f09f2e1a1fbd427ac6c50829e036f17c643eb82
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2025-06-03 (Tue, 03 Jun 2025)
Changed paths:
M llvm/lib/IR/RuntimeLibcalls.cpp
M llvm/lib/Target/X86/X86ISelLowering.cpp
Log Message:
-----------
X86: Start moving setLibcallName calls out of TargetLowering
Currently configuration of runtime libcalls is split between RuntimeLibcallInfo
and TargetLowering; RuntimeLibcallsInfo needs to have the complete information
in order to support LTO with the runtime library included.
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