This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU] Always create Stack Object for reserved VGPR
ClosedPublic

Authored by ruiling on Mar 9 2021, 10:33 PM.

Details

Summary

As we may overwrite inactive lanes of a caller-save-vgpr, we should
always save/restore the reserved vgpr for sgpr spill.

Diff Detail