[all-commits] [llvm/llvm-project] 7e524a: MSP430: Mark more generic libgcc functions as avai...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Tue Jul 21 05:27:51 PDT 2026
Branch: refs/heads/users/arsenm/msp430/runtime-libcalls-stop-excluding-libgcc-generics
Home: https://github.com/llvm/llvm-project
Commit: 7e524a8b4eabc69448deb9a2ead3e3aaa95e8066
https://github.com/llvm/llvm-project/commit/7e524a8b4eabc69448deb9a2ead3e3aaa95e8066
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2026-07-21 (Tue, 21 Jul 2026)
Changed paths:
M llvm/include/llvm/IR/RuntimeLibcalls.td
M llvm/lib/Target/MSP430/MSP430Subtarget.cpp
Log Message:
-----------
MSP430: Mark more generic libgcc functions as available
The generic soft-float, conversion, comparison and integer helper routines
(__addsf3, __divli's __divsi3, __ashlsi3, ...) exist in the MSP430 libgcc
port alongside the preferred __mspabi_* variants. They were previously removed
to force selection of the __mspabi_* names, back when only one implementation
per libcall could be recorded.
Stop hiding them: only __lshrsi3 stays excluded, since the MSP430 libgcc port
provides the 32-bit logical right shift solely under __mspabi_srll and never
defines a generic __lshrsi3.
Co-authored-by: Claude (Claude-Opus-4.8) <noreply at anthropic.com>
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