[all-commits] [llvm/llvm-project] 2a73a7: DAG: Remove TargetLowering::checkForPhysRegDepende...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Fri Oct 3 08:59:14 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2a73a79e36fd388057c14dd9ef56cdf7602a345e
https://github.com/llvm/llvm-project/commit/2a73a79e36fd388057c14dd9ef56cdf7602a345e
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2025-10-03 (Fri, 03 Oct 2025)
Changed paths:
M llvm/include/llvm/CodeGen/TargetLowering.h
M llvm/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.cpp
M llvm/lib/Target/AMDGPU/SIISelLowering.cpp
M llvm/lib/Target/AMDGPU/SIISelLowering.h
Log Message:
-----------
DAG: Remove TargetLowering::checkForPhysRegDependency (#161787)
I have no idea why this was here. The only implementation was AMDGPU,
which was essentially repeating the generic logic but for one specific
case.
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