This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Rename enums to be consistent with HSA code object terminology
ClosedPublic

Authored by arsenm on Oct 19 2015, 1:39 PM.

Details

Summary

Also removes reservation of the unused SCRATCH_PTR input, which I think
hasn't done anything since using relocations was added.

Diff Detail

Event Timeline

arsenm updated this revision to Diff 37788.Oct 19 2015, 1:39 PM
arsenm retitled this revision from to AMDGPU: Rename enums to be consistent with HSA code object terminology.
arsenm updated this object.
arsenm added a reviewer: tstellarAMD.
arsenm added a subscriber: llvm-commits.
arsenm updated this revision to Diff 38069.Oct 21 2015, 6:17 PM

Split scratch_ptr change out

tstellarAMD added inline comments.Nov 4 2015, 5:51 PM
lib/Target/AMDGPU/SIISelLowering.cpp
605–610

This seems to be an unrelated change.

arsenm added inline comments.Nov 4 2015, 6:46 PM
lib/Target/AMDGPU/SIISelLowering.cpp
605–610

This is just a cleanup because it isn't necessary to call AllocateReg for the subregister individually. I can split it out.

arsenm accepted this revision.Nov 30 2015, 1:20 PM
arsenm added a reviewer: arsenm.

r254330

This revision is now accepted and ready to land.Nov 30 2015, 1:20 PM
arsenm closed this revision.Nov 30 2015, 1:20 PM