[all-commits] [llvm/llvm-project] 60f5c5: CodeGen: Remove overrides of getSSPStackGuardCheck
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Fri Oct 17 19:11:15 PDT 2025
Branch: refs/heads/users/arsenm/codegen/remove-overrides-getSSPStackGuardCheck
Home: https://github.com/llvm/llvm-project
Commit: 60f5c593da3d96d4f8d48735433afa210f4ac8f0
https://github.com/llvm/llvm-project/commit/60f5c593da3d96d4f8d48735433afa210f4ac8f0
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2025-10-18 (Sat, 18 Oct 2025)
Changed paths:
M llvm/include/llvm/CodeGen/TargetLowering.h
M llvm/lib/CodeGen/TargetLoweringBase.cpp
M llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
M llvm/lib/Target/AArch64/AArch64ISelLowering.h
M llvm/lib/Target/ARM/ARMISelLowering.cpp
M llvm/lib/Target/ARM/ARMISelLowering.h
M llvm/lib/Target/X86/X86ISelLowering.h
M llvm/lib/Target/X86/X86ISelLoweringCall.cpp
Log Message:
-----------
CodeGen: Remove overrides of getSSPStackGuardCheck
All 3 implementations are just checking if this has the
windows check function, so merge that as the only implementation.
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