[llvm] ARM: Remove remaining half convert libcall config into tablegen (PR #153408)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 15 17:56:59 PDT 2025
================
@@ -1497,6 +1490,27 @@ def ARMHalfConvertLibcallCallingConv : LibcallCallingConv<
(isAAPCS_ABI(TT, ABIName) ? CallingConv::ARM_AAPCS : CallingConv::ARM_APCS)}]
>;
+def ARMLibgccHalfConvertCalls :
+ LibcallImpls<(add __truncsfhf2, __extendhfsf2),
+ RuntimeLibcallPredicate<[{!TT.isTargetAEABI() && TT.isOSBinFormatMachO()}]>> {
----------------
arsenm wrote:
These are the default values, and !WatchABI is not mutually exclusive. This needs to be expressed as the positive set of cases where it is used
https://github.com/llvm/llvm-project/pull/153408
More information about the llvm-commits
mailing list