[LLVMdev] RFC: tailcall ppc32 patch
Evan Cheng
evan.cheng at apple.com
Thu Mar 27 15:01:30 PDT 2008
On Mar 26, 2008, at 11:29 PM, Arnold Schwaighofer wrote:
> Hi there,
>
> it's me again. attached is preliminary support for tail calls on ppc
> 32. (once i get access to a 64bit machine that part will follow). It
> has passed the llvm-test with the -tailcallopt flag enabled. (after
> half a day on an old g4/800 :)
>
> okay to submit? probably not. :) suggestions.
I can see some stylistic issues. e.g. getFramePointerFrameIndex() etc.
should be declared const, also please make sure there is a space
between 'if' and '('. But I don't enough about PPC to really pick on
it. :-)
Dale, can you look through the patch?
Thanks,
Evan
>
>
> regards
> arnold
> <tc-ppc.patch>_______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
More information about the llvm-dev
mailing list