[all-commits] [llvm/llvm-project] 61b214: RuntimeLibcalls: Add bitset for available libcalls

Matt Arsenault via All-commits all-commits at lists.llvm.org
Sun Jul 27 19:44:14 PDT 2025


  Branch: refs/heads/users/arsenm/tablegen/emit-runtime-libcalls-available-bitset
  Home:   https://github.com/llvm/llvm-project
  Commit: 61b2148640c07fde4b20dc1397017f9c374f3a20
      https://github.com/llvm/llvm-project/commit/61b2148640c07fde4b20dc1397017f9c374f3a20
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2025-07-28 (Mon, 28 Jul 2025)

  Changed paths:
    M llvm/include/llvm/IR/RuntimeLibcalls.h
    M llvm/lib/IR/RuntimeLibcalls.cpp
    M llvm/test/TableGen/RuntimeLibcallEmitter-calling-conv.td
    M llvm/test/TableGen/RuntimeLibcallEmitter-conflict-warning.td
    M llvm/test/TableGen/RuntimeLibcallEmitter.td
    M llvm/utils/TableGen/Basic/RuntimeLibcallsEmitter.cpp

  Log Message:
  -----------
  RuntimeLibcalls: Add bitset for available libcalls

This is a step towards separating the set of available libcalls
from the lowering decision of which call to use. Libcall recognition
now directly checks availability instead of indirectly checking through
the lowering table.



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