[all-commits] [llvm/llvm-project] 833578: ARM: Start moving runtime libcall configuration ou...

Matt Arsenault via All-commits all-commits at lists.llvm.org
Mon Jun 9 06:02:52 PDT 2025


  Branch: refs/heads/users/arsenm/arm/start-moving-runtime-libcall-names-out-of-targetlowering
  Home:   https://github.com/llvm/llvm-project
  Commit: 83357866bf2b191f1f97a21eed547996e52d28e4
      https://github.com/llvm/llvm-project/commit/83357866bf2b191f1f97a21eed547996e52d28e4
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2025-06-09 (Mon, 09 Jun 2025)

  Changed paths:
    M llvm/include/llvm/TargetParser/Triple.h
    M llvm/lib/IR/RuntimeLibcalls.cpp
    M llvm/lib/Target/ARM/ARMISelLowering.cpp
    M llvm/lib/Target/ARM/ARMSubtarget.h

  Log Message:
  -----------
  ARM: Start moving runtime libcall configuration out of TargetLowering

These Module level triple checks implemented in the Subtarget are kind of
a pain and we should probably get rid of all of them in across all targets,
and stick to a consistent set of names.



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