[all-commits] [llvm/llvm-project] 14b2d2: RuntimeLibcalls: Add entries for objc runtime call...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Thu Jul 10 15:45:34 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 14b2d2cc3a5418d88f98b2f1ec4568e69e8fdb04
https://github.com/llvm/llvm-project/commit/14b2d2cc3a5418d88f98b2f1ec4568e69e8fdb04
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2025-07-11 (Fri, 11 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 (#147920)
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