[all-commits] [llvm/llvm-project] 56f56a: TableGen: Handle setting runtime libcall calling c...

Matt Arsenault via All-commits all-commits at lists.llvm.org
Wed Jun 25 05:42:32 PDT 2025


  Branch: refs/heads/users/arsenm/tablegen/add-calling-conv-libcall-impl-sets
  Home:   https://github.com/llvm/llvm-project
  Commit: 56f56a862852e5cc42eb4a711f3a6a8bccafd83c
      https://github.com/llvm/llvm-project/commit/56f56a862852e5cc42eb4a711f3a6a8bccafd83c
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2025-06-25 (Wed, 25 Jun 2025)

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

  Log Message:
  -----------
  TableGen: Handle setting runtime libcall calling conventions

Allow associating a non-default CallingConv with a set of library
functions, and applying a default for a SystemLibrary.

I also wanted to be able to apply a default calling conv
to a RuntimeLibcallImpl, but that turned out to be annoying
so leave it for later.



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