[all-commits] [llvm/llvm-project] 88ee0b: PowerPC: Move runtime libcall configuration to Run...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Mon Jun 2 23:10:41 PDT 2025
Branch: refs/heads/users/arsenm/ppc/move-runtime-libcall-config-out-of-tli
Home: https://github.com/llvm/llvm-project
Commit: 88ee0b0440a6ea06ef6cad2af2e1e89a81defe76
https://github.com/llvm/llvm-project/commit/88ee0b0440a6ea06ef6cad2af2e1e89a81defe76
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2025-06-03 (Tue, 03 Jun 2025)
Changed paths:
M llvm/lib/IR/RuntimeLibcalls.cpp
M llvm/lib/Target/PowerPC/PPCISelLowering.cpp
Log Message:
-----------
PowerPC: Move runtime libcall configuration to RuntimeLibcallsInfo
These should not be set in the TargetLowering constructor, RuntimeLibcalls
needs to be accurate outside of codegen contexts.
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