[all-commits] [llvm/llvm-project] c78f8a: RuntimeLibcalls: Add entries for objc runtime calls
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Thu Jul 10 01:27:26 PDT 2025
Branch: refs/heads/users/arsenm/runtime-libcalls/add-entries-obj-libcalls
Home: https://github.com/llvm/llvm-project
Commit: c78f8a45d4bd85f68a89c16f352858c0953870dd
https://github.com/llvm/llvm-project/commit/c78f8a45d4bd85f68a89c16f352858c0953870dd
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2025-07-10 (Thu, 10 Jul 2025)
Changed paths:
M llvm/include/llvm/IR/RuntimeLibcalls.td
M llvm/lib/CodeGen/PreISelIntrinsicLowering.cpp
Log Message:
-----------
RuntimeLibcalls: Add entries for objc runtime calls
Stop emitting these calls by name in PreISelIntrinsicLowering. This
is still kind of a hack. We should be going through the abstract
RTLIB:Libcall, and then checking if the call is really supported in
this module. Do this as a placeholder until RuntimeLibcalls is a
module analysis.
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