This patch adds an option --reserve-regs-for-regalloc, so we can reserve a list of physical registers. These registers will not be used by register allocator, but can still be used as ABI requests such as passing arguments to function call.
Its main purpose is simulating high register pressure by reserving many physical registers. So it will be much easier to test and debug register allocation changes.
Maybe note in the description that this is intended for testing the register allocator.