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

Matt Arsenault via All-commits all-commits at lists.llvm.org
Wed Jun 18 05:11:33 PDT 2025


  Branch: refs/heads/users/arsenm/arm/move-module-level-abi-out-of-subtarget
  Home:   https://github.com/llvm/llvm-project
  Commit: 0f284174f8886a29feb94f4342cb73b8f5340596
      https://github.com/llvm/llvm-project/commit/0f284174f8886a29feb94f4342cb73b8f5340596
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2025-06-18 (Wed, 18 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