[all-commits] [llvm/llvm-project] 8744c1: ARM: Move ABI helpers from Subtarget to TargetMachine

Matt Arsenault via All-commits all-commits at lists.llvm.org
Wed Jun 18 17:36:44 PDT 2025


  Branch: refs/heads/users/arsenm/arm/move-module-level-abi-out-of-subtarget
  Home:   https://github.com/llvm/llvm-project
  Commit: 8744c14eb2d3247d1fe9e65b83adcb11f9cdb618
      https://github.com/llvm/llvm-project/commit/8744c14eb2d3247d1fe9e65b83adcb11f9cdb618
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2025-06-19 (Thu, 19 Jun 2025)

  Changed paths:
    M llvm/lib/Target/ARM/ARMAsmPrinter.cpp
    M llvm/lib/Target/ARM/ARMAsmPrinter.h
    M llvm/lib/Target/ARM/ARMFastISel.cpp
    M llvm/lib/Target/ARM/ARMISelLowering.cpp
    M llvm/lib/Target/ARM/ARMISelLowering.h
    M llvm/lib/Target/ARM/ARMSubtarget.cpp
    M llvm/lib/Target/ARM/ARMSubtarget.h
    M llvm/lib/Target/ARM/ARMTargetMachine.cpp
    M llvm/lib/Target/ARM/ARMTargetMachine.h

  Log Message:
  -----------
  ARM: Move ABI helpers from Subtarget to TargetMachine

These are module level concepts, and attaching them to the
function level subtarget is confusing. Similarly these other
helpers that only operate on the triple should also be removed
from the subtarget.



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