This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Fix hardcoded alignment of spill.
ClosedPublic

Authored by arsenm on Oct 20 2015, 8:11 AM.

Details

Reviewers
tstellarAMD
Summary

Instead of forcing 4 alignment when spilled, set register class alignments.

Diff Detail

Event Timeline

arsenm updated this revision to Diff 37883.Oct 20 2015, 8:11 AM
arsenm retitled this revision from to AMDGPU: Fix hardcoded alignment of spill..
arsenm updated this object.
arsenm added a reviewer: tstellarAMD.
arsenm added a subscriber: llvm-commits.

Looks good to me.

tstellarAMD accepted this revision.Nov 6 2015, 8:42 AM
tstellarAMD edited edge metadata.

LGTM.

This revision is now accepted and ready to land.Nov 6 2015, 8:42 AM
arsenm closed this revision.Nov 6 2015, 9:57 AM

r252322