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

Matt Arsenault via All-commits all-commits at lists.llvm.org
Tue Jun 3 14:03:54 PDT 2025


  Branch: refs/heads/users/arsenm/arm/start-moving-runtime-libcall-names-out-of-targetlowering
  Home:   https://github.com/llvm/llvm-project
  Commit: 2087b4d5318967bc5299df68f42459bc4d0adc6f
      https://github.com/llvm/llvm-project/commit/2087b4d5318967bc5299df68f42459bc4d0adc6f
  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