mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-04-01 07:11:45 +00:00
The basic register allocator must also use the inline spiller.
It is using a trivial rewriter that doesn't know how to insert spill code requested by the standard spiller. llvm-svn: 128688
This commit is contained in:
parent
5421130bfc
commit
203727c92e
@ -508,7 +508,7 @@ bool RABasic::runOnMachineFunction(MachineFunction &mf) {
|
||||
|
||||
ReservedRegs = TRI->getReservedRegs(*MF);
|
||||
|
||||
SpillerInstance.reset(createSpiller(*this, *MF, *VRM));
|
||||
SpillerInstance.reset(createInlineSpiller(*this, *MF, *VRM));
|
||||
|
||||
allocatePhysRegs();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user