This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: R600 code splitting cleanup
ClosedPublic

Authored by arsenm on Mar 9 2016, 12:29 PM.

Details

Reviewers
tstellarAMD
Summary

Move a few functions only used by R600 to R600 specific code,
fix header macros to stop using R600, mark classes as final.

Diff Detail

Event Timeline

arsenm updated this revision to Diff 50179.Mar 9 2016, 12:29 PM
arsenm retitled this revision from to AMDGPU: R600 code splitting cleanup.
arsenm updated this object.
arsenm added a reviewer: tstellarAMD.
arsenm added a subscriber: llvm-commits.
tstellarAMD accepted this revision.Mar 10 2016, 2:33 PM
tstellarAMD edited edge metadata.

LGTM.

This revision is now accepted and ready to land.Mar 10 2016, 2:33 PM
arsenm closed this revision.Mar 11 2016, 12:05 AM

r263204