[all-commits] [llvm/llvm-project] 779f72: XCore: Declare libcalls used for align 4 memcpy (#...

Matt Arsenault via All-commits all-commits at lists.llvm.org
Fri Jun 27 01:50:22 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 779f7243c8bb70ae0f63ea402bdc92a0cbf9b618
      https://github.com/llvm/llvm-project/commit/779f7243c8bb70ae0f63ea402bdc92a0cbf9b618
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2025-06-27 (Fri, 27 Jun 2025)

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

  Log Message:
  -----------
  XCore: Declare libcalls used for align 4 memcpy (#144976)

This usage was hidden in XCoreSelectionDAGInfo and bypassed
the usual libcall system, so define these for later use.



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