[all-commits] [llvm/llvm-project] 1a68c1: ARM: Move setting of more runtime libcalls to Runt...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Thu Jun 12 01:30:15 PDT 2025
Branch: refs/heads/users/arsenm/arm/move-more-runtime-libcalls-runtime-libcall-info
Home: https://github.com/llvm/llvm-project
Commit: 1a68c13b6e4c0773a6352a55300fa9521542c4f6
https://github.com/llvm/llvm-project/commit/1a68c13b6e4c0773a6352a55300fa9521542c4f6
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