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

Matt Arsenault via All-commits all-commits at lists.llvm.org
Thu Jul 10 07:45:44 PDT 2025


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


  Commit: 0750dccb7d603c2083aa743085efe710552a54c2
      https://github.com/llvm/llvm-project/commit/0750dccb7d603c2083aa743085efe710552a54c2
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2025-07-10 (Thu, 10 Jul 2025)

  Changed paths:
    M llvm/lib/CodeGen/PreISelIntrinsicLowering.cpp

  Log Message:
  -----------
  clang-format


Compare: https://github.com/llvm/llvm-project/compare/06fa21c62e5f...0750dccb7d60

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