Skip to content
Commit ddf25c34 authored by Jakob Stoklund Olesen's avatar Jakob Stoklund Olesen
Browse files

When spilling a register defined by an early clobber, make sure that the new

live ranges for the spill register are also defined at the use slot instead of
the normal def slot.

This fixes PR8612 for the inline spiller. A use was being allocated to the same
register as a spilled early clobber def.

This problem exists in all the spillers. A fix for the standard spiller is
forthcoming.

llvm-svn: 119182
parent 43f50695
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