This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Stop creating unused virtual registers
ClosedPublic

Authored by arsenm on Oct 28 2016, 3:08 PM.

Details

Reviewers
tstellarAMD
Summary

These are only used in the spill to VMEM path. Move them to the one use.

Diff Detail

Event Timeline

arsenm updated this revision to Diff 76255.Oct 28 2016, 3:08 PM
arsenm retitled this revision from to AMDGPU: Stop creating unused virtual registers.
arsenm updated this object.
arsenm added a subscriber: llvm-commits.
tstellarAMD accepted this revision.Nov 1 2016, 2:10 PM
tstellarAMD edited edge metadata.

LGTM.

This revision is now accepted and ready to land.Nov 1 2016, 2:10 PM
arsenm closed this revision.Nov 1 2016, 3:07 PM

r285756