[all-commits] [llvm/llvm-project] 262364: AArch64: Partially move setting of libcall names o...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Fri Jun 6 07:18:04 PDT 2025
Branch: refs/heads/users/arsenm/aarch64/partially-move-runtime-libcall-setting-out-of-target-lowering
Home: https://github.com/llvm/llvm-project
Commit: 262364d558be725de17614c6d70e62201208fd28
https://github.com/llvm/llvm-project/commit/262364d558be725de17614c6d70e62201208fd28
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2025-06-06 (Fri, 06 Jun 2025)
Changed paths:
M llvm/lib/IR/RuntimeLibcalls.cpp
M llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
Log Message:
-----------
AArch64: Partially move setting of libcall names out of TargetLowering
Move the parts that aren't dependent on the subtarget into
RuntimeLibcallInfo, which should contain the superset of all possible
runtime calls and be accurate outside of codegen.
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