[all-commits] [llvm/llvm-project] 345df8: SPARC: Remove subtarget checks on setLibcallImpl
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Mon Jul 14 02:09:56 PDT 2025
Branch: refs/heads/users/arsenm/sparc/remove-conditions-setLibcallImpl
Home: https://github.com/llvm/llvm-project
Commit: 345df816de4c1b25b0e3833ca0f54fb9f487150b
https://github.com/llvm/llvm-project/commit/345df816de4c1b25b0e3833ca0f54fb9f487150b
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2025-07-14 (Mon, 14 Jul 2025)
Changed paths:
M llvm/lib/Target/Sparc/SparcISelLowering.cpp
Log Message:
-----------
SPARC: Remove subtarget checks on setLibcallImpl
Remove the subtarget dependent useSoftMulDiv check on the mul/div
libcall configuration. The libcall still needs to exist with the
given ABI for the module regardless of the subtarget dependent
lowering decision which is separately controlled.
Also the f128<->i64 conversion calls were set twice, so eliminate
the redundant setting and always do it for sparc32.
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