[all-commits] [llvm/llvm-project] 06fa21: RuntimeLibcalls: Add entries for objc runtime calls

Matt Arsenault via All-commits all-commits at lists.llvm.org
Thu Jul 10 05:21:31 PDT 2025


  Branch: refs/heads/users/arsenm/runtime-libcalls/add-entries-obj-libcalls
  Home:   https://github.com/llvm/llvm-project
  Commit: 06fa21c62e5fb3c8906f08704b8e71dc7cdbb942
      https://github.com/llvm/llvm-project/commit/06fa21c62e5fb3c8906f08704b8e71dc7cdbb942
  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