Displaying 3 results from an estimated 3 matches for "sprel".
Did you mean:
spree
2009 Sep 14
0
[LLVMdev] [PATCH] Spill Comments
On Sep 14, 2009, at 10:32 AM, David Greene wrote:
> On Monday 14 September 2009 12:22, Dan Gohman wrote:
>
>> Hi Dave,
>>
>>
>>
>> On Sep 11, 2009, at 3:31 PM, David Greene wrote:
>>
>>> Attached is a patch to print asm comments for spill information.
>>>
>>> We've discussed the mechanisms before but I wanted to run the
2009 Sep 14
2
[LLVMdev] [PATCH] Spill Comments
...'s independent of whether frame pointer
> elimination has been done, and it's independent of the actual frame
> offsets.
>From MachineMemOperand.h:
/// getValue - Return the base address of the memory access.
/// Special values are PseudoSourceValue::FPRel, PseudoSourceValue::SPRel,
/// and the other PseudoSourceValue members which indicate references to
/// frame/stack pointer relative references and other special references.
const Value *getValue() const { return V; }
I don't see PseudoSourceValue::FPRel, etc. defined anywhere. How do I know
if a PseudoSourceVal...
2009 Sep 14
4
[LLVMdev] [PATCH] Spill Comments
On Monday 14 September 2009 12:22, Dan Gohman wrote:
> Hi Dave,
>
> On Sep 11, 2009, at 3:31 PM, David Greene wrote:
> > Attached is a patch to print asm comments for spill information.
> > We've discussed the mechanisms before but I wanted to run the
> > patch by everyone before I start to commit pieces.
>
> The Offset->FrameIndex mapping seems rather