[all-commits] [llvm/llvm-project] a082f6: ARM: Start moving runtime libcall configuration ou...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Mon Jun 9 18:00:27 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a082f665f85b1002ab22af263eeafceca5288657
https://github.com/llvm/llvm-project/commit/a082f665f85b1002ab22af263eeafceca5288657
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2025-06-10 (Tue, 10 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 (#142617)
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