[all-commits] [llvm/llvm-project] 8dbbf8: [AMDGPU] Correct pass dependencies for SILowerSGPR...
Akshat Oke via All-commits
all-commits at lists.llvm.org
Tue Oct 22 02:48:34 PDT 2024
Branch: refs/heads/users/Akshat-Oke/update-dep
Home: https://github.com/llvm/llvm-project
Commit: 8dbbf81b68de8ab9b2aa4824f61d92a594b84c1e
https://github.com/llvm/llvm-project/commit/8dbbf81b68de8ab9b2aa4824f61d92a594b84c1e
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
Replace the unused analysis (VirtRegMap) dependency with the used one (SlotIndexes).
This initializes `SlotIndexesWrapperPass` which is used by SILowerSGPRSpills to ensure that legacy pass manager finds it.
Removes the initialization for `VirtRegMapWrapperLegacy` pass 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