Re: Add expr_callee_abi

2019-10-16 Thread Richard Sandiford
Richard Biener writes: > On October 14, 2019 2:53:36 PM GMT+02:00, Richard Sandiford > wrote: >>Richard Biener writes: >>> On Fri, Oct 11, 2019 at 4:39 PM Richard Sandiford >>> wrote: This turned out to be useful for the SVE PCS support, and is a >>natural tree-level analogue

Re: Add expr_callee_abi

2019-10-14 Thread Richard Biener
On October 14, 2019 2:53:36 PM GMT+02:00, Richard Sandiford wrote: >Richard Biener writes: >> On Fri, Oct 11, 2019 at 4:39 PM Richard Sandiford >> wrote: >>> >>> This turned out to be useful for the SVE PCS support, and is a >natural >>> tree-level analogue of insn_callee_abi. >>> >>> Tested

Re: Add expr_callee_abi

2019-10-14 Thread Richard Sandiford
Richard Biener writes: > On Fri, Oct 11, 2019 at 4:39 PM Richard Sandiford > wrote: >> >> This turned out to be useful for the SVE PCS support, and is a natural >> tree-level analogue of insn_callee_abi. >> >> Tested on aarch64-linux-gnu and x86_64-linux-gnu. OK to install? >> >> Richard >> >>

Re: Add expr_callee_abi

2019-10-14 Thread Richard Biener
On Fri, Oct 11, 2019 at 4:39 PM Richard Sandiford wrote: > > This turned out to be useful for the SVE PCS support, and is a natural > tree-level analogue of insn_callee_abi. > > Tested on aarch64-linux-gnu and x86_64-linux-gnu. OK to install? > > Richard > > > 2019-10-11 Richard Sandiford > >

Re: Add expr_callee_abi

2019-10-13 Thread Jeff Law
On 10/11/19 8:39 AM, Richard Sandiford wrote: > This turned out to be useful for the SVE PCS support, and is a natural > tree-level analogue of insn_callee_abi. > > Tested on aarch64-linux-gnu and x86_64-linux-gnu. OK to install? > > Richard > > > 2019-10-11 Richard Sandiford > > gcc/ >

Add expr_callee_abi

2019-10-11 Thread Richard Sandiford
This turned out to be useful for the SVE PCS support, and is a natural tree-level analogue of insn_callee_abi. Tested on aarch64-linux-gnu and x86_64-linux-gnu. OK to install? Richard 2019-10-11 Richard Sandiford gcc/ * function-abi.h (expr_callee_abi): Declare. *