Skip to content
Snippets Groups Projects
Commit 43b587d9 authored by Alkis Evlogimenos's avatar Alkis Evlogimenos
Browse files

Add coalescing to register allocator. A hint is added to each interval

which denotes the register we would like to be assigned to (virtual or
physical). In register allocation, if this hint exists and we can map
it to a physical register (it is either a physical register or it is a
virtual register that already got assigned to a physical one) we use
that register if it is available instead of a random one in the free
pool.

llvm-svn: 10634
parent 52564b20
No related branches found
No related tags found
No related merge requests found
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