search for: opcall

Displaying 2 results from an estimated 2 matches for "opcall".

Did you mean: upcall
2008 Apr 24
0
[LLVMdev] RFC: PowerPC tail call optimization patch
...verwritten and > > issued the copies there? > > > > > Yes the common code between x86/ppc could be moved to > SelectionDAGISel. See CheckDAGForTailCallsAndFixThem(). > > > There seem to be quite a bit of duplicated code. Can you refactor? > Created LowerMemOpCallTo. > > -arnold >
2008 Apr 24
2
[LLVMdev] RFC: PowerPC tail call optimization patch
...or SDIsel to determine which operands can be overwritten and > issued the copies there? > > Yes the common code between x86/ppc could be moved to SelectionDAGISel. See CheckDAGForTailCallsAndFixThem(). > There seem to be quite a bit of duplicated code. Can you refactor? Created LowerMemOpCallTo. -arnold