This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Make getSubRegFromChannel a static member of AMDGPURegisterInfo
ClosedPublic

Authored by tstellar on Apr 30 2018, 12:07 PM.

Details

Summary

This makes is possible to have R600RegisterInfo and SIRegisterInfo
not inherit from AMDGPURegisterInfo.

Diff Detail

Repository
rL LLVM

Event Timeline

tstellar created this revision.Apr 30 2018, 12:07 PM
arsenm accepted this revision.Apr 30 2018, 12:45 PM

LGTM

This revision is now accepted and ready to land.Apr 30 2018, 12:45 PM
This revision was automatically updated to reflect the committed changes.