[AArch64] Fix spillfill-sve.mir with expensive checks.
This fixes an issue introduced by PR #70679. Using constrainRegClass() is not strong enough to actually force the use of a register to be a PPR register class. It will need an actual COPY to do the conversion. The downside is that this introduces an extra register, which is an issue we may want to fix at a later point using a custom copy operation where the register allocator uses the same register when it can.
Loading