You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[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.
0 commit comments