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

Matt Arsenault via All-commits all-commits at lists.llvm.org
Tue Jun 3 07:48:41 PDT 2025


  Branch: refs/heads/users/arsenm/arm/start-moving-runtime-libcall-names-out-of-targetlowering
  Home:   https://github.com/llvm/llvm-project
  Commit: cf2ad5a269d2320885e3c986b317e7c136ccda63
      https://github.com/llvm/llvm-project/commit/cf2ad5a269d2320885e3c986b317e7c136ccda63
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2025-06-03 (Tue, 03 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