[all-commits] [llvm/llvm-project] 08249e: AArch64: Partially move setting of libcall names o...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Thu Jun 5 08:04:51 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: 08249e32d39727778c2c10a47d6dc2ca607b7ec0
https://github.com/llvm/llvm-project/commit/08249e32d39727778c2c10a47d6dc2ca607b7ec0
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2025-06-05 (Thu, 05 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