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

When a live virtual register is being clobbered by an implicit def, it is spilled

and the spill is its kill. However, if the local allocator has determined the
register has not been modified (possible when its value was reloaded), it would
not issue a restore. In that case, mark the last use of the virtual register as
kill.

llvm-svn: 46111
parent 38669951
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