Displaying 2 results from an estimated 2 matches for "62f3e094".
Did you mean:
32f3e0f4
2007 Jun 14
0
[LLVMdev] Moving data between regs
Does this depend on vreg subreg support? It sounds as if it could be
vaguely related, but I'm not sure it's necessary.
--
Chris
On Jun 14, 2007, at 12:27 PM, Evan Cheng wrote:
> 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
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:
>>