diff options
author | Akshat Oke <Akshat.Oke@amd.com> | 2024-10-22 15:20:54 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-22 15:20:54 +0530 |
commit | 834b820f4047dcdce555f6a768821d95b04b2407 (patch) | |
tree | e111e424e828108b6f13985972c4b272193dcd46 /clang/lib/Basic/Module.cpp | |
parent | 93802815abdb1e1f326162b930a8028eaccb73d5 (diff) | |
download | llvm-834b820f4047dcdce555f6a768821d95b04b2407.zip llvm-834b820f4047dcdce555f6a768821d95b04b2407.tar.gz llvm-834b820f4047dcdce555f6a768821d95b04b2407.tar.bz2 |
[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.
Diffstat (limited to 'clang/lib/Basic/Module.cpp')
0 files changed, 0 insertions, 0 deletions