[all-commits] [llvm/llvm-project] 834b82: [AMDGPU] Correct pass dependencies for SILowerSGPR...
Akshat Oke via All-commits
all-commits at lists.llvm.org
Tue Oct 22 02:51:17 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 834b820f4047dcdce555f6a768821d95b04b2407
https://github.com/llvm/llvm-project/commit/834b820f4047dcdce555f6a768821d95b04b2407
Author: Akshat Oke <Akshat.Oke at amd.com>
Date: 2024-10-22 (Tue, 22 Oct 2024)
Changed paths:
M llvm/lib/Target/AMDGPU/SILowerSGPRSpills.cpp
Log Message:
-----------
[AMDGPU] Correct pass dependencies for SILowerSGPRSpills (#109937)
Replace unused analysis (VirtRegMap) dependency with the used one (SlotIndexes)
Initializes `SlotIndexesWrapperPass` which is used by SILowerSGPRSpills to ensure that legacy pass manager finds it.
Removes the initialization for `VirtRegMapWrapperPass` since it is not requested in this pass.
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