[all-commits] [llvm/llvm-project] f615c5: ARM: Avoid adding default libcalls overridden by A...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Fri Oct 24 06:51:56 PDT 2025
Branch: refs/heads/users/arsenm/arm/avoid-adding-calls-overridden-aeabi
Home: https://github.com/llvm/llvm-project
Commit: f615c5a24cb5c51a81079191944507fbd84960ef
https://github.com/llvm/llvm-project/commit/f615c5a24cb5c51a81079191944507fbd84960ef
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2025-10-24 (Fri, 24 Oct 2025)
Changed paths:
M llvm/include/llvm/IR/RuntimeLibcalls.td
Log Message:
-----------
ARM: Avoid adding default libcalls overridden by AEABI functions
Avoids adding alternative libcall impls for the same libcall.
I'm not sure if the default names exist or not, or are just not
preferred. compiler-rt appears to define aliases for all of these,
so I'm not sure why we bother distinguishing these in the first place.
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