Commit dee5a29
committed
[AMDGPU][SILowerSGPRSpills] Update the correct pass dependency
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.1 parent a3d67dd commit dee5a29
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
98 | | - | |
99 | 98 | | |
| 99 | + | |
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
| |||
0 commit comments