Re: [PATCH][AARCH64]Simplify call, call_value, sibcall, sibcall_value patterns.

2017-05-15 Thread Renlin Li
Hi Richard, Thanks! committed with all the comments resolved. Regards, Renlin On 02/05/17 13:53, Richard Earnshaw (lists) wrote: On 01/12/16 15:39, Renlin Li wrote: Hi all, This patch refactors the code used in call, call_value, sibcall, sibcall_value expanders. Before the change, the logic

Re: [PATCH][AARCH64]Simplify call, call_value, sibcall, sibcall_value patterns.

2017-05-02 Thread Richard Earnshaw (lists)
On 01/12/16 15:39, Renlin Li wrote: > Hi all, > > This patch refactors the code used in call, call_value, sibcall, > sibcall_value expanders. > > Before the change, the logic is following: > > call expander --> call_internal --> call_reg/call_symbol > call_vlaue expander-->

[PATCH][AARCH64]Simplify call, call_value, sibcall, sibcall_value patterns.

2016-12-01 Thread Renlin Li
Hi all, This patch refactors the code used in call, call_value, sibcall, sibcall_value expanders. Before the change, the logic is following: call expander --> call_internal --> call_reg/call_symbol call_vlaue expander--> call_value_internal--> call_value_reg/call_valu