[all-commits] [llvm/llvm-project] 6843ab: ARM: Avoid doing strncmp on libcall name
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Sun Oct 26 22:45:13 PDT 2025
Branch: refs/heads/users/arsenm/arm/avoid-doing-string-comparison-libcall-name
Home: https://github.com/llvm/llvm-project
Commit: 6843aba32b5ef53b394969e8553203c2c984b06f
https://github.com/llvm/llvm-project/commit/6843aba32b5ef53b394969e8553203c2c984b06f
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2025-10-26 (Sun, 26 Oct 2025)
Changed paths:
M llvm/lib/Target/ARM/ARMSelectionDAGInfo.cpp
Log Message:
-----------
ARM: Avoid doing strncmp on libcall name
Check if the default implementation is the aeabi impl directly.
If getLibcallName returned null, this would crash.
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