[all-commits] [llvm/llvm-project] 38a33e: RuntimeLibcalls: Associate calling convention with...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Mon Jul 7 18:18:21 PDT 2025
Branch: refs/heads/users/arsenm/ir/runtime-libcalls/make-calling-conv-property-of-impl
Home: https://github.com/llvm/llvm-project
Commit: 38a33e53d6c9f75c5157cd8e94c7a8669fe808e7
https://github.com/llvm/llvm-project/commit/38a33e53d6c9f75c5157cd8e94c7a8669fe808e7
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2025-07-08 (Tue, 08 Jul 2025)
Changed paths:
M llvm/include/llvm/CodeGen/TargetLowering.h
M llvm/include/llvm/IR/RuntimeLibcalls.h
M llvm/lib/IR/RuntimeLibcalls.cpp
M llvm/lib/Target/ARM/ARMISelLowering.cpp
M llvm/lib/Target/Lanai/LanaiISelLowering.cpp
M llvm/lib/Target/MSP430/MSP430ISelLowering.cpp
Log Message:
-----------
RuntimeLibcalls: Associate calling convention with libcall impls
Instead of associating the libcall with the RTLIB::Libcall, put it
into a table indexed by the RTLIB::LibcallImpl. The LibcallImpls
should contain all ABI details for a particular implementation, not
the abstract Libcall. In the future the wrappers in terms of the
RTLIB::Libcall should be removed.
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