[all-commits] [llvm/llvm-project] b03650: ARM: Start moving runtime libcall configuration ou...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Mon Jun 9 06:04:07 PDT 2025
Branch: refs/heads/users/arsenm/arm/start-moving-runtime-libcall-names-out-of-targetlowering
Home: https://github.com/llvm/llvm-project
Commit: b03650006a21db2601edbcfac7bf270f650e652d
https://github.com/llvm/llvm-project/commit/b03650006a21db2601edbcfac7bf270f650e652d
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2025-06-09 (Mon, 09 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