Ryujinx/ARMeilleure/CodeGen/RegisterAllocators
FICTURE7 36ec1bc6c0
Relax block ordering constraints (#1535)
* Relax block ordering constraints

Before `block.Next` had to follow `block.ListNext`, now it does not.
Instead `CodeGenerator` will now emit the necessary jump instructions
to ensure control flow.

This makes control flow and block order modifications easier. It also
eliminates some simple cases of redundant branches.

* Set PPTC version
2020-09-12 12:32:53 -03:00
..
AllocationResult.cs
CopyResolver.cs
HybridAllocator.cs
IRegisterAllocator.cs
LinearScanAllocator.cs
LiveInterval.cs
LiveRange.cs
RegisterMasks.cs
StackAllocator.cs