Displaying 1 result from an estimated 1 matches for "e42e0dcb".
2011 May 19
1
[LLVMdev] Reserving registers that depend on spilled code
Hello,
I would like to reserve a register or make it available to the register
allocator depending if the stack is used inside a function or not. By using
the stack i mean the following: if all regs are spilled so that frame space
has to be allocated, arguments passed through the stack and allocas. I know
how to get the last two options when the register allocator is run since
that info is