[all-commits] [llvm/llvm-project] 4f26f1: RuntimeLibcalls: Associate calling convention with...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Fri Jun 27 01:55:43 PDT 2025
Branch: refs/heads/users/arsenm/ir/runtime-libcalls/make-calling-conv-property-of-impl
Home: https://github.com/llvm/llvm-project
Commit: 4f26f1eec65c05c1b6f3e4f6a8bba929549e3e76
https://github.com/llvm/llvm-project/commit/4f26f1eec65c05c1b6f3e4f6a8bba929549e3e76
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2025-06-27 (Fri, 27 Jun 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