[all-commits] [llvm/llvm-project] 4ef459: AArch64: Partially move setting of libcall names o...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Thu Jun 5 17:29:02 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: 4ef459cef6bdae3ec81319b23c6d3166707944a8
https://github.com/llvm/llvm-project/commit/4ef459cef6bdae3ec81319b23c6d3166707944a8
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