[all-commits] [llvm/llvm-project] c16809: MSP430: Move __mspabi_mpyll calling conv config to...

Matt Arsenault via All-commits all-commits at lists.llvm.org
Sat Aug 16 18:39:19 PDT 2025


  Branch: refs/heads/users/arsenm/msp430/move-mpyll-config-tablegen
  Home:   https://github.com/llvm/llvm-project
  Commit: c16809eb7e5f82230bf5fceec3363805c85a5be8
      https://github.com/llvm/llvm-project/commit/c16809eb7e5f82230bf5fceec3363805c85a5be8
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2025-08-17 (Sun, 17 Aug 2025)

  Changed paths:
    M llvm/include/llvm/IR/RuntimeLibcalls.td
    M llvm/lib/IR/RuntimeLibcalls.cpp

  Log Message:
  -----------
  MSP430: Move __mspabi_mpyll calling conv config to tablegen

There are several libcall choices for MUL_I64 which depend on the
subtarget, but this is the base case. The manual custom ISelLowering
is still overriding the decision until we have a way to control
lowering choices, but we can still get the calling convention
set for now.



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