search for: a605c286

Displaying 3 results from an estimated 3 matches for "a605c286".

2011 Nov 29
0
[LLVMdev] Register allocation in two passes
On Nov 28, 2011, at 3:39 PM, Borja Ferrer wrote: > Hello, > > I'm having a curious design conflict related to reserving registers before the register allocator pass is executed with the backend I'm writing. Basically, what I need is to reserve a certain register only if frame space is allocated in the stack, more precisely I'm interested in the case where a register spill
2011 Nov 29
2
[LLVMdev] Register allocation in two passes
...ng the regalloc. I've also added Jakob (i hope he doesn't mind :) ) to this thread so he can give his point of view. Thanks for the reply Andy. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20111129/a605c286/attachment.html>
2011 Nov 28
2
[LLVMdev] Register allocation in two passes
Hello, I'm having a curious design conflict related to reserving registers before the register allocator pass is executed with the backend I'm writing. Basically, what I need is to reserve a certain register only if frame space is allocated in the stack, more precisely I'm interested in the case where a register spill occurs. In order to know if a register is spilled the register