This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU/GlobalISel: Run the localizer pass
ClosedPublic

Authored by arsenm on Feb 10 2020, 6:27 AM.

Details

Reviewers
nhaehnle
kerbowa
Summary

While looking at the output on real sized programs, there is a lot of
extra SGPR spilling compared to the DAG path. This seems to largely be
from all constants being SGPRs in the entry block.

Diff Detail

Event Timeline

arsenm created this revision.Feb 10 2020, 6:27 AM
This revision is now accepted and ready to land.Feb 15 2020, 12:25 PM