This is an archive of the discontinued LLVM Phabricator instance.

CodeGen: Make RegAllocRegistry a template class
ClosedPublic

Authored by arsenm on Dec 4 2018, 9:58 AM.

Details

Reviewers
MatzeB
qcolombet
Summary

Will allow re-using the machinery for independent
sets of register allocators.

This will allow AMDGPU to use separate command line
options for the allocator to use for SGPRs separate
from VGPRs.

Diff Detail

Event Timeline

arsenm created this revision.Dec 4 2018, 9:58 AM
qcolombet accepted this revision.Feb 18 2019, 10:42 AM
This revision is now accepted and ready to land.Feb 18 2019, 10:42 AM
arsenm closed this revision.Feb 22 2019, 11:16 AM

r354687