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.
Paths
| Differential D55282
CodeGen: Make RegAllocRegistry a template class ClosedPublic Authored by arsenm on Dec 4 2018, 9:58 AM.
Details
Diff Detail Event Timelinearsenm added a child revision: D55301: RegAlloc: Allow targets to split register allocation.Dec 4 2018, 4:24 PM This revision is now accepted and ready to land.Feb 18 2019, 10:42 AM
Revision Contents
Diff 176662 include/llvm/CodeGen/RegAllocRegistry.h
lib/CodeGen/TargetPassConfig.cpp
|