[all-commits] [llvm/llvm-project] a65e0e: PowerPC: Stop reporting memcpy as an alias of memm...

Matt Arsenault via All-commits all-commits at lists.llvm.org
Mon Jun 23 06:16:00 PDT 2025


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

  Changed paths:
    M llvm/include/llvm/CodeGen/TargetLowering.h
    M llvm/include/llvm/IR/RuntimeLibcalls.h
    M llvm/lib/CodeGen/GlobalISel/LegalizerHelper.cpp
    M llvm/lib/CodeGen/PreISelIntrinsicLowering.cpp
    M llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
    M llvm/lib/IR/RuntimeLibcalls.cpp

  Log Message:
  -----------
  PowerPC: Stop reporting memcpy as an alias of memmove on AIX (#143836)

Instead of reporting ___memmove as an implementation of memcpy,
make it unavailable and let the lowering logic consider memmove as
a fallback path.

This avoids a special case 1:N mapping for libcall implementations.



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