Matt Arsenault 5adb38cc0c AMDGPU: Try to unspill VGPRs after rewriting MFMAs to AGPR form
After replacing VGPR MFMAs with the AGPR form, we've alleviated VGPR
pressure which may have triggered spills during allocation. Identify
these spill slots, and try to reassign them to newly freed VGPRs,
and replace the spill instructions with copies.

Fixes #154260
2025-08-21 22:38:17 +09:00
..