This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Add instruction definitions for GPR indexing
ClosedPublic

Authored by arsenm on Sep 27 2016, 10:53 AM.

Details

Reviewers
tstellarAMD

Diff Detail

Event Timeline

arsenm updated this revision to Diff 72676.Sep 27 2016, 10:53 AM
arsenm retitled this revision from to AMDGPU: Add instruction definitions for GPR indexing.
arsenm updated this object.
arsenm added a subscriber: llvm-commits.
arsenm updated this revision to Diff 72943.Sep 28 2016, 7:46 PM
arsenm edited edge metadata.

Rename to specify VGPRs, add missing test

arsenm updated this revision to Diff 73175.Sep 30 2016, 5:42 PM

Print mode name instead of number. I'm not sure how this is supposed to be printed, but this is better for tests

arsenm updated this revision to Diff 73884.Oct 6 2016, 10:11 PM
arsenm edited edge metadata.

Fix assembler tests

tstellarAMD accepted this revision.Oct 7 2016, 7:09 AM
tstellarAMD edited edge metadata.

LGTM.

This revision is now accepted and ready to land.Oct 7 2016, 7:09 AM
arsenm closed this revision.Oct 12 2016, 11:11 AM

r284027