[all-commits] [llvm/llvm-project] 9243a8: ARM: Remove CPU from computeTargetABI
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Mon Aug 4 08:00:25 PDT 2025
Branch: refs/heads/users/arsenm/arm/remove-target-cpu-computeTargetABI
Home: https://github.com/llvm/llvm-project
Commit: 9243a8a3371662ab1c307e1efe1d61fb0a352f18
https://github.com/llvm/llvm-project/commit/9243a8a3371662ab1c307e1efe1d61fb0a352f18
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2025-08-04 (Mon, 04 Aug 2025)
Changed paths:
M llvm/include/llvm/TargetParser/ARMTargetParser.h
M llvm/lib/Target/ARM/ARMTargetMachine.cpp
M llvm/lib/TargetParser/ARMTargetParser.cpp
Log Message:
-----------
ARM: Remove CPU from computeTargetABI
The target CPU is a subtarget / function level concept, which
should not influence the module level ABI decisions. No tests fail
so it appears nothing is relying on this.
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