[llvm-commits] llvm/lib/Target/PowerPC/PPCRegisterInfo.cpp

Chris Lattner clattner at apple.com
Tue Mar 13 07:54:26 PDT 2007


On Mar 12, 2007, at 7:57 AM, Nicolas Geoffray wrote:

> Hi Chris,
>
> Chris Lattner wrote:
>> Ahhh, ok.  I think I understand now what is going on.  Thank you for
>> the very clear explanation.
>>
>> In this case, it seems like a clearly good thing to just call
>> CreateFixedObject unconditionally early on (e.g.) when lowering the
>> arguments.
>>
>
> Unconditionally? I can do that, but do you mean without any check  
> if R31
> is actually used as frame pointer or we're compiling for linux/ppc?

Sorry, I meant "without a check for r31", it should still only happen  
on linux/ppc.

Thanks Nicolas!

-Chirs



More information about the llvm-commits mailing list