RegAllocGreedy decides to allocate global and split ranges based on registers number in the register class, which includes preassigned registers and some cases unusable registers (if your register class includes registers for multiple cores), when it should only consider the allocatable registers only.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM