Skip to content
Commit e88a625e authored by Evan Cheng's avatar Evan Cheng
Browse files

When the register allocator runs out of registers, spill a physical register...

When the register allocator runs out of registers, spill a physical register around the def's and use's of the interval being allocated to make it possible for the interval to target a register and spill it right away and restore a register for uses. This likely generates terrible code but is before than aborting.

llvm-svn: 48218
parent 5b59e372
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment