This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU] Fix crash with sgpr spills to vgpr disabled
ClosedPublic

Authored by kerbowa on Jan 31 2021, 3:56 PM.

Details

Summary

This would assert with amdgpu-spill-sgpr-to-vgpr disabled when trying to
spill the FP.

Fixes: SWDEV-262704

Diff Detail