Displaying 2 results from an estimated 2 matches for "fa13071d".
2007 Jun 14
0
[LLVMdev] Moving data between regs
...s mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
--
Christopher Lamb
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20070614/fa13071d/attachment.html>
2007 Jun 14
2
[LLVMdev] Moving data between regs
The short answer is this is not currently done. LLVM register
allocator does not currently use a move to a different register class
in lieu of spills. This is definitely something we should do in the
future. Can you file a bugzilla enhancement request?
Thanks,
Evan
On Jun 13, 2007, at 11:09 AM, Chris Lattner wrote:
> On Tue, 12 Jun 2007, Fernando Magno Quintao Pereira wrote:
>>