[all-commits] [llvm/llvm-project] 087713: ARM: Move setting of more runtime libcalls to Runt...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Wed Jun 11 21:00:51 PDT 2025
Branch: refs/heads/users/arsenm/arm/move-more-runtime-libcalls-runtime-libcall-info
Home: https://github.com/llvm/llvm-project
Commit: 0877133f17c6746c62adfdf1a4ad6408cbf3ee3f
https://github.com/llvm/llvm-project/commit/0877133f17c6746c62adfdf1a4ad6408cbf3ee3f
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2025-06-12 (Thu, 12 Jun 2025)
Changed paths:
M llvm/lib/IR/RuntimeLibcalls.cpp
M llvm/lib/Target/ARM/ARMISelLowering.cpp
Log Message:
-----------
ARM: Move setting of more runtime libcalls to RuntimeLibcallInfo
These are the easy cases that do not really depend on the subtarget,
other than for the deceptive predicates on the subtarget class. Most
of the rest of the cases here also do not, but this is obscured by
going through helper predicates added onto the subtarget which hide
dependence on TargetOptions.
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