Displaying 2 results from an estimated 2 matches for "physregalloc".
2003 Dec 28
2
[LLVMdev] Graph coloring register allocator for the x86
Hi all,
I was looking at the register allocator code and had a question about
that:
CodeGen/RegAlloc/PhysRegAlloc.cpp implements a graph coloring register
allocator for the Sparc back end. It requests target machine register
information via a call to getRegInfo() which returns a class
TargetRegInfo containing the required information. For the x86 target
machine, this interface has not been implemented. Is...
2003 Dec 28
0
[LLVMdev] Graph coloring register allocator for the x86
On Sun, 28 Dec 2003, Anshu Dasgupta wrote:
> CodeGen/RegAlloc/PhysRegAlloc.cpp implements a graph coloring register
> allocator for the Sparc back end. It requests target machine register
> information via a call to getRegInfo() which returns a class
> TargetRegInfo containing the required information. For the x86 target
> machine, this interface has not been...