Displaying 1 result from an estimated 1 matches for "setbytestopoponreturn".
2007 Aug 09
1
[LLVMdev] Tail call optimization thoughts
...ilcallee instruction else
attach a
TargetGlobalAddress or the like
-the size of the stack adjustment
the realtailcall would be a no op operation that makes sure
that epilogue is
lowered before it (looks like a call), remember that we have a
real tail call
(like setBytesToPopOnReturn() , a setIsRealTailCall()) in the
targetlowering())
*else emit regular function call with same calling conventions
3.)lower of the return:
*if we are dealing with a realtailcall (getIsRealTailCall)
look for REALTAILCALL use its operands to
emit a TC_RETURN node holding stacksi...