This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Serialize MFI spill fields
ClosedPublic

Authored by arsenm on Jul 24 2020, 6:13 AM.

Details

Summary

These should probably be inferred from the function on parse, but the
target specific infrastructure currently does not give you a way to do
this. SILowerSGPRSpills early exits without this reporting spills,
which makes it difficult to write a MIR test for.

Diff Detail